diff --git a/clients/quartz/quartz.cpp b/clients/quartz/quartz.cpp index 7d6148b662..07f65b323f 100644 --- a/clients/quartz/quartz.cpp +++ b/clients/quartz/quartz.cpp @@ -408,7 +408,7 @@ void QuartzButton::mouseReleaseEvent( QMouseEvent* e ) QuartzClient::QuartzClient( Workspace *ws, WId w, QWidget *parent, const char *name ) - : Client( ws, w, parent, name, WResizeNoErase | WNorthWestGravity | WRepaintNoErase ) + : Client( ws, w, parent, name, WResizeNoErase | WStaticContents | WRepaintNoErase ) { // No flicker thanks setBackgroundMode( QWidget::NoBackground );