From 67a7f65d0e87091adbe75abc85cb81adb024334b Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Tue, 18 Sep 2012 23:01:25 +0200 Subject: Fix new tab icon show on fullscreen --- src/mainview.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') diff --git a/src/mainview.cpp b/src/mainview.cpp index 17c320b2..15e0d5e4 100644 --- a/src/mainview.cpp +++ b/src/mainview.cpp @@ -206,10 +206,6 @@ void MainView::updateAddTabButton() setCornerWidget(0); m_addTabButton->move(tabBarWidth, 0); } - - // Make sure the add tab button is correctly shown - // For some reason, it's being hidden during a "fixed pos to corner" change - m_addTabButton->show(); } -- cgit v1.2.1