summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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();
}