You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Merge pull request #104703 from bruvzg/loc_dir_icons
Fix updating editor icons on translation change.
This commit is contained in:
@@ -104,7 +104,8 @@ void ControlPositioningWarning::gui_input(const Ref<InputEvent> &p_event) {
|
||||
|
||||
void ControlPositioningWarning::_notification(int p_notification) {
|
||||
switch (p_notification) {
|
||||
case NOTIFICATION_ENTER_TREE:
|
||||
case NOTIFICATION_LAYOUT_DIRECTION_CHANGED:
|
||||
case NOTIFICATION_TRANSLATION_CHANGED:
|
||||
case NOTIFICATION_THEME_CHANGED:
|
||||
_update_warning();
|
||||
_update_toggler();
|
||||
|
||||
Reference in New Issue
Block a user