fix resizing from apps file with defaultDeco != NORMAL
Mark Tiefenbruck mark@fluxbox.org
1 files changed,
3 insertions(+),
2 deletions(-)
jump to
M
src/Window.cc
→
src/Window.cc
@@ -500,12 +500,13 @@
} else setOnHead(screen().getCurrHead()); + // we must do this now, or else resizing may not work properly + applyDecorations(true); + Fluxbox::instance()->attachSignals(*this); // this window is managed, we are now allowed to modify actual state m_initialized = true; - - applyDecorations(true); restoreAttributes();