diff --git a/clients/redmond/redmond.cpp b/clients/redmond/redmond.cpp index ef30ec83ad..e3653c4ff5 100644 --- a/clients/redmond/redmond.cpp +++ b/clients/redmond/redmond.cpp @@ -365,7 +365,7 @@ void GalliumButton::drawButton(QPainter *p) GalliumClient::GalliumClient( Workspace *ws, WId w, QWidget *parent, const char *name ) - : Client( ws, w, parent, name, WResizeNoErase | WNorthWestGravity | + : Client( ws, w, parent, name, WResizeNoErase | WStaticContents | WRepaintNoErase ) { setBackgroundMode( QWidget::NoBackground );