aboutsummaryrefslogtreecommitdiff
path: root/src/FbWinFrame.cc
diff options
context:
space:
mode:
authormarkt <markt>2007-07-02 05:27:21 (GMT)
committermarkt <markt>2007-07-02 05:27:21 (GMT)
commit295c929f984a5dbc54d9672e092e79abcf0f227a (patch)
tree7e54b5d70554aa2704d14c9388b18d0c9bab8b4e /src/FbWinFrame.cc
parent4e5e7668504ee511b0a422df08f2338f3f68e0fe (diff)
downloadfluxbox-295c929f984a5dbc54d9672e092e79abcf0f227a.zip
fluxbox-295c929f984a5dbc54d9672e092e79abcf0f227a.tar.bz2
minor usability fix for :Tab and :GoToWindow commands
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 a387744..6f9c86e 100644
--- a/src/FbWinFrame.cc
+++ b/src/FbWinFrame.cc
@@ -789,10 +789,11 @@ bool FbWinFrame::showHandle() {
789 if (m_use_handle || theme().handleWidth() == 0) 789 if (m_use_handle || theme().handleWidth() == 0)
790 return false; 790 return false;
791 791
792 m_use_handle = true;
793
792 // weren't previously rendered... 794 // weren't previously rendered...
793 renderHandles(); 795 renderHandles();
794 796 applyHandles();
795 m_use_handle = true;
796 797
797 m_handle.show(); 798 m_handle.show();
798 m_handle.showSubwindows(); // shows grips 799 m_handle.showSubwindows(); // shows grips