Reduce the flickering at least a bit.

svn path=/trunk/kdebase/kwin/; revision=94653
This commit is contained in:
Luboš Luňák 2001-05-01 16:29:19 +00:00
parent 3b4c92c0ca
commit d2e61b9da7

View file

@ -372,6 +372,7 @@ KDEDefaultClientButton::KDEDefaultClientButton(Client *parent, const char *name,
const unsigned char *bitmap)
: QToolButton(parent, name)
{
setBackgroundMode( NoBackground );
isMouseOver = false;
client = parent;
setFixedSize(16, 16);