Fix incorrect coloring of in-editor documentation when theme changed
This commit is contained in:
parent
48d3458f74
commit
c1bd94c2a4
@ -1467,6 +1467,10 @@ void EditorHelp::_notification(int p_what) {
|
|||||||
|
|
||||||
_update_doc();
|
_update_doc();
|
||||||
} break;
|
} break;
|
||||||
|
case NOTIFICATION_THEME_CHANGED: {
|
||||||
|
|
||||||
|
_class_desc_resized();
|
||||||
|
} break;
|
||||||
default: break;
|
default: break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user