diff options
author | simonb <simonb> | 2006-04-05 03:48:16 (GMT) |
---|---|---|
committer | simonb <simonb> | 2006-04-05 03:48:16 (GMT) |
commit | 0497afae19f49050f4a11716d79d3d01e869e4d3 (patch) | |
tree | 9b356c3ace86c3f32dfc51ed690e675e5ddf44bc /src/FbWinFrame.cc | |
parent | 42719701dc17b5acef41223fe0237b9154cb3f0a (diff) | |
download | fluxbox_pavel-0497afae19f49050f4a11716d79d3d01e869e4d3.zip fluxbox_pavel-0497afae19f49050f4a11716d79d3d01e869e4d3.tar.bz2 |
fix Xmbfonts on multiple screens
and external tabs showing from different workspaces on placement change
Diffstat (limited to 'src/FbWinFrame.cc')
-rw-r--r-- | src/FbWinFrame.cc | 3 |
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()) { |