summaryrefslogtreecommitdiff
path: root/scene/gui
diff options
context:
space:
mode:
authorDanil Alexeev <danil@alexeev.xyz>2023-02-15 14:12:56 +0300
committerDanil Alexeev <danil@alexeev.xyz>2023-02-15 14:51:31 +0300
commit1cdf3398a0a16a4a945e6ec5f5c68f12becb22cf (patch)
treedb1f7d2f7a85b730d31b06349a656226c3c9d85d /scene/gui
parent1f6a5426e2a473e978ab24e6fdd38b84b82f2018 (diff)
Fix `TabBar` not redrawing on locale change
Diffstat (limited to 'scene/gui')
-rw-r--r--scene/gui/tab_bar.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/scene/gui/tab_bar.cpp b/scene/gui/tab_bar.cpp
index eca6cb3eef..5e378a0321 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: {