Browse Source

Merge pull request #73349 from dalexeev/fix-tab-bar-redraw

Fix `TabBar` not redrawing on locale change
Yuri Sizov 2 years ago
parent
commit
f2aae8fa5c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      scene/gui/tab_bar.cpp

+ 2 - 0
scene/gui/tab_bar.cpp

@@ -342,6 +342,8 @@ void TabBar::_notification(int p_what) {
 				_shape(i);
 			}
 
+			queue_redraw();
+
 			[[fallthrough]];
 		}
 		case NOTIFICATION_RESIZED: {