Fix updating editor icons on translation change.

This commit is contained in:
Pāvels Nadtočajevs 2025-03-27 20:11:35 +02:00
parent 594d64ec24
commit e47207ad16
No known key found for this signature in database
GPG key ID: 8413210218EF35D2
7 changed files with 30 additions and 1 deletions

View file

@ -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();