aboutsummaryrefslogtreecommitdiff
path: root/src/FbWinFrame.cc
diff options
context:
space:
mode:
authormarkt <markt>2007-07-02 05:26:32 (GMT)
committermarkt <markt>2007-07-02 05:26:32 (GMT)
commit562fa2642354fb2bb7281fc70b777b3e22662df6 (patch)
tree6ab5dc9b178eeb41b36bd7773c89c3e8ba1e8e1e /src/FbWinFrame.cc
parent5fcb520bbb891683a8321cebe4d9fbe9d88e5709 (diff)
downloadfluxbox-562fa2642354fb2bb7281fc70b777b3e22662df6.zip
fluxbox-562fa2642354fb2bb7281fc70b777b3e22662df6.tar.bz2
minor usability fix for :Tab command and fixed handle rendering when switching from a style without them
Diffstat (limited to 'src/FbWinFrame.cc')
-rw-r--r--src/FbWinFrame.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/FbWinFrame.cc b/src/FbWinFrame.cc
index adef30c..5a9a301 100644
--- a/src/FbWinFrame.cc
+++ b/src/FbWinFrame.cc
@@ -833,10 +833,11 @@ bool FbWinFrame::showHandle() {
833 if (m_use_handle || theme().handleWidth() == 0) 833 if (m_use_handle || theme().handleWidth() == 0)
834 return false; 834 return false;
835 835
836 m_use_handle = true;
837
836 // weren't previously rendered... 838 // weren't previously rendered...
837 renderHandles(); 839 renderHandles();
838 840 applyHandles();
839 m_use_handle = true;
840 841
841 m_handle.show(); 842 m_handle.show();
842 m_handle.showSubwindows(); // shows grips 843 m_handle.showSubwindows(); // shows grips