diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2008-08-21 17:17:21 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-08-21 17:17:21 (GMT) |
commit | 99eaded40eadcbb3b3f3c30bf02a99d413a99751 (patch) | |
tree | 5ea4cf7055d9ab9af993a4dc3d044ff4f66e9cc1 /src/FbWinFrame.cc | |
parent | 42895e115bc28aa058a29061033080869d03fc7d (diff) | |
download | fluxbox_pavel-99eaded40eadcbb3b3f3c30bf02a99d413a99751.zip fluxbox_pavel-99eaded40eadcbb3b3f3c30bf02a99d413a99751.tar.bz2 |
make Swing apps only somewhat horribly broken again
Diffstat (limited to 'src/FbWinFrame.cc')
-rw-r--r-- | src/FbWinFrame.cc | 6 |
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()) |