aboutsummaryrefslogtreecommitdiff
path: root/src/FbWinFrame.cc
diff options
context:
space:
mode:
authorsimonb <simonb>2006-03-23 02:06:51 (GMT)
committersimonb <simonb>2006-03-23 02:06:51 (GMT)
commitffae659b3ecc080fdd98c8825d8e643cc66ccf27 (patch)
treece31a25b792013807714e12afe7ca4f3f112838e /src/FbWinFrame.cc
parent15f53b5556403a8301fc7be4512b6f8ce52ffa5d (diff)
downloadfluxbox-ffae659b3ecc080fdd98c8825d8e643cc66ccf27.zip
fluxbox-ffae659b3ecc080fdd98c8825d8e643cc66ccf27.tar.bz2
external tab fixes, plus aligning items properly
Diffstat (limited to 'src/FbWinFrame.cc')
-rw-r--r--src/FbWinFrame.cc10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/FbWinFrame.cc b/src/FbWinFrame.cc
index 736e049..0e61492 100644
--- a/src/FbWinFrame.cc
+++ b/src/FbWinFrame.cc
@@ -207,10 +207,12 @@ bool FbWinFrame::setTabMode(TabMode tabmode) {
207 applyTabContainer(); 207 applyTabContainer();
208 m_tab_container.clear(); 208 m_tab_container.clear();
209 209
210 m_tab_container.raise();
211 m_tab_container.show();
212
210 if (!m_use_tabs) 213 if (!m_use_tabs)
211 m_tab_container.show();
212 else
213 ret = false; 214 ret = false;
215
214 m_label.hide(); 216 m_label.hide();
215// reconfigure(); 217// reconfigure();
216 } 218 }
@@ -1296,10 +1298,6 @@ void FbWinFrame::init() {
1296 m_label.setEventMask(ExposureMask | ButtonPressMask | 1298 m_label.setEventMask(ExposureMask | ButtonPressMask |
1297 ButtonReleaseMask | ButtonMotionMask | 1299 ButtonReleaseMask | ButtonMotionMask |
1298 EnterWindowMask); 1300 EnterWindowMask);
1299 m_label.show();
1300
1301 m_tab_container.show();
1302 m_tab_container.raise();
1303 1301
1304 showHandle(); 1302 showHandle();
1305 showTitlebar(); 1303 showTitlebar();