aboutsummaryrefslogtreecommitdiff
path: root/src/FbWinFrame.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbWinFrame.cc')
-rw-r--r--src/FbWinFrame.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/FbWinFrame.cc b/src/FbWinFrame.cc
index 18bae9a..bb2018b 100644
--- a/src/FbWinFrame.cc
+++ b/src/FbWinFrame.cc
@@ -412,9 +412,8 @@ void FbWinFrame::alignTabs() {
412 if (m_visible && m_use_tabs) { 412 if (m_visible && m_use_tabs) {
413 applyTabContainer(); 413 applyTabContainer();
414 m_tab_container.clear(); 414 m_tab_container.clear();
415 }
416 if (m_use_tabs)
417 m_tab_container.show(); 415 m_tab_container.show();
416 }
418 } 417 }
419 418
420 if (m_tab_container.parent()->window() != m_screen.rootWindow().window()) { 419 if (m_tab_container.parent()->window() != m_screen.rootWindow().window()) {