From ff1b16bbf878e988db40f213901ac2655897647b Mon Sep 17 00:00:00 2001
From: Andrei Karas <akaras@inbox.ru>
Date: Mon, 23 Mar 2015 18:16:07 +0300
Subject: Fix chat tab visibility if close some tab with scrolled tabs.

---
 src/gui/widgets/tabbedarea.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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()
-- 
cgit v1.2.3-70-g09d2