mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Add missing TRANSLATION_CHANGED notifications.
This commit is contained in:
parent
45fc515ae3
commit
1d33693e0d
2 changed files with 2 additions and 0 deletions
|
|
@ -387,6 +387,7 @@ void PopupPanel::_notification(int p_what) {
|
|||
#endif
|
||||
} break;
|
||||
|
||||
case Control::NOTIFICATION_TRANSLATION_CHANGED:
|
||||
case Control::NOTIFICATION_LAYOUT_DIRECTION_CHANGED: {
|
||||
if (is_visible()) {
|
||||
_update_shadow_offsets();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue