diff --git a/clients/kstep/nextclient.cpp b/clients/kstep/nextclient.cpp index b154deaf4c..2bc08cd4f2 100644 --- a/clients/kstep/nextclient.cpp +++ b/clients/kstep/nextclient.cpp @@ -184,6 +184,7 @@ NextButton::NextButton(Client *parent, const char *name, const unsigned char *bitmap, int bw, int bh) : QButton(parent, name) { + setBackgroundMode( NoBackground ); client = parent; resize(18, 18); @@ -218,6 +219,7 @@ NextClient::NextClient( Workspace *ws, WId w, QWidget *parent, const char *name ) : Client( ws, w, parent, name, WResizeNoErase ) { + setBackgroundMode( NoBackground ); create_pixmaps(); connect(options, SIGNAL(resetClients()), this, SLOT(slotReset())); diff --git a/clients/modernsystem/modernsys.cpp b/clients/modernsystem/modernsys.cpp index 2d5480fe0b..f2840b5539 100644 --- a/clients/modernsystem/modernsys.cpp +++ b/clients/modernsystem/modernsys.cpp @@ -161,6 +161,7 @@ ModernButton::ModernButton(Client *parent, const char *name, const unsigned char *bitmap) : QButton(parent, name) { + setBackgroundMode( NoBackground ); QBitmap mask(14, 15, QPixmap::defaultDepth() > 8 ? btnhighcolor_mask_bits : lowcolor_mask_bits, true); resize(14, 15); diff --git a/clients/system/systemclient.cpp b/clients/system/systemclient.cpp index 4c8ca1687f..14122102d6 100644 --- a/clients/system/systemclient.cpp +++ b/clients/system/systemclient.cpp @@ -179,6 +179,7 @@ SystemButton::SystemButton(Client *parent, const char *name, const unsigned char *bitmap) : QToolButton(parent, name) { + setBackgroundMode( NoBackground ); resize(14, 14); connect( this, SIGNAL( clicked() ), this, SLOT( handleClicked() ) ); if(bitmap)