summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabbedarea.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/tabbedarea.cpp')
-rw-r--r--src/gui/widgets/tabbedarea.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/tabbedarea.cpp b/src/gui/widgets/tabbedarea.cpp
index 53e2456fb..818dd85df 100644
--- a/src/gui/widgets/tabbedarea.cpp
+++ b/src/gui/widgets/tabbedarea.cpp
@@ -349,7 +349,7 @@ void TabbedArea::removeTab(Tab *const tab)
adjustSize();
updateTabsWidth();
- adjustTabPositions();
+ widgetResized(Event(nullptr));
}
void TabbedArea::logic()