diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-09-18 23:01:25 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-09-18 23:01:25 +0200 |
commit | 67a7f65d0e87091adbe75abc85cb81adb024334b (patch) | |
tree | d93ee1ab6625036fa2da169ea8b3d0f03ff992ef | |
parent | Integrated spell checking (diff) | |
download | rekonq-67a7f65d0e87091adbe75abc85cb81adb024334b.tar.xz |
Fix new tab icon show on fullscreen
-rw-r--r-- | src/mainview.cpp | 4 |
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(); } |