From 1cdf3398a0a16a4a945e6ec5f5c68f12becb22cf Mon Sep 17 00:00:00 2001 From: Danil Alexeev Date: Wed, 15 Feb 2023 14:12:56 +0300 Subject: [PATCH] Fix `TabBar` not redrawing on locale change --- scene/gui/tab_bar.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scene/gui/tab_bar.cpp b/scene/gui/tab_bar.cpp index eca6cb3eefb..5e378a0321b 100644 --- a/scene/gui/tab_bar.cpp +++ b/scene/gui/tab_bar.cpp @@ -342,6 +342,8 @@ void TabBar::_notification(int p_what) { _shape(i); } + queue_redraw(); + [[fallthrough]]; } case NOTIFICATION_RESIZED: {