diff --git a/geometry.cpp b/geometry.cpp index 35bfed7472..5d0fcb35df 100644 --- a/geometry.cpp +++ b/geometry.cpp @@ -1518,7 +1518,7 @@ bool Client::isResizable() const { if( !motif_may_resize || isFullScreen()) return false; - if( isSpecialWindow() || isSplash() || isToolbar()) + if(( isSpecialWindow() || isSplash() || isToolbar()) && !isOverride()) return false; if( maximizeMode() == MaximizeFull && !options->moveResizeMaximizedWindows() ) return false;