aboutsummaryrefslogtreecommitdiff
path: root/src/FbWinFrame.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbWinFrame.cc')
-rw-r--r--src/FbWinFrame.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/FbWinFrame.cc b/src/FbWinFrame.cc
index da6fd74..284a1b5 100644
--- a/src/FbWinFrame.cc
+++ b/src/FbWinFrame.cc
@@ -880,12 +880,6 @@ void FbWinFrame::reconfigure() {
880 gravityTranslate(grav_x, grav_y, -sizeHints().win_gravity, m_active_orig_client_bw, false); 880 gravityTranslate(grav_x, grav_y, -sizeHints().win_gravity, m_active_orig_client_bw, false);
881 881
882 m_bevel = theme()->bevelWidth(); 882 m_bevel = theme()->bevelWidth();
883 setBorderWidth();
884
885 if (useHandle() && theme()->handleWidth() != 0)
886 showHandle();
887 else
888 hideHandle();
889 883
890 unsigned int orig_handle_h = handle().height(); 884 unsigned int orig_handle_h = handle().height();
891 if (m_use_handle && orig_handle_h != theme()->handleWidth()) 885 if (m_use_handle && orig_handle_h != theme()->handleWidth())