diff --git a/client.cpp b/client.cpp index ba75a36d0c..d727549c14 100644 --- a/client.cpp +++ b/client.cpp @@ -366,7 +366,7 @@ void Client::updateDecoration( bool check_workspace_pos, bool force ) if( check_workspace_pos ) checkWorkspacePosition(); blockGeometryUpdates( false ); - if( do_show ) + if( !noBorder() ) decoration->widget()->show(); updateFrameExtents(); }