|
@@ -128,7 +128,10 @@ void OptionButton::_notification(int p_what) {
|
|
|
theme_cache.arrow_icon->draw(ci, ofs, clr);
|
|
|
} break;
|
|
|
|
|
|
- case NOTIFICATION_TRANSLATION_CHANGED:
|
|
|
+ case NOTIFICATION_TRANSLATION_CHANGED: {
|
|
|
+ popup->set_auto_translate(is_auto_translating());
|
|
|
+ [[fallthrough]];
|
|
|
+ }
|
|
|
case NOTIFICATION_LAYOUT_DIRECTION_CHANGED: {
|
|
|
popup->set_layout_direction((Window::LayoutDirection)get_layout_direction());
|
|
|
[[fallthrough]];
|