summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-09-18 23:01:25 +0200
committerAndrea Diamantini <adjam7@gmail.com>2012-09-18 23:01:25 +0200
commit67a7f65d0e87091adbe75abc85cb81adb024334b (patch)
treed93ee1ab6625036fa2da169ea8b3d0f03ff992ef /src
parentIntegrated spell checking (diff)
downloadrekonq-67a7f65d0e87091adbe75abc85cb81adb024334b.tar.xz
Fix new tab icon show on fullscreen
Diffstat (limited to 'src')
-rw-r--r--src/mainview.cpp4
1 files changed, 0 insertions, 4 deletions
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();
}