mirror of
https://github.com/godotengine/godot.git
synced 2025-10-22 17:33:33 +00:00
Merge pull request #104703 from bruvzg/loc_dir_icons
Fix updating editor icons on translation change.
This commit is contained in:
commit
fd02ff8d02
7 changed files with 30 additions and 1 deletions
|
@ -672,6 +672,11 @@ void SpriteFramesEditor::_notification(int p_what) {
|
|||
_update_show_settings();
|
||||
} break;
|
||||
|
||||
case NOTIFICATION_LAYOUT_DIRECTION_CHANGED:
|
||||
case NOTIFICATION_TRANSLATION_CHANGED: {
|
||||
_update_show_settings();
|
||||
} break;
|
||||
|
||||
case NOTIFICATION_READY: {
|
||||
add_theme_constant_override("autohide", 1); // Fixes the dragger always showing up.
|
||||
} break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue