Reduce the flickering at least a bit.
svn path=/trunk/kdebase/kwin/; revision=94653
This commit is contained in:
parent
3b4c92c0ca
commit
d2e61b9da7
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue