removed unneeded check.
This commit is contained in:
parent
dd026bdd9f
commit
0a7195fe22
1 changed files with 8 additions and 11 deletions
|
@ -1436,8 +1436,6 @@ namespace Oxygen
|
||||||
paint( painter );
|
paint( painter );
|
||||||
|
|
||||||
// update buttons
|
// update buttons
|
||||||
if( compositingActive() )
|
|
||||||
{
|
|
||||||
QList<Button*> buttons( widget()->findChildren<Button*>() );
|
QList<Button*> buttons( widget()->findChildren<Button*>() );
|
||||||
foreach( Button* button, buttons )
|
foreach( Button* button, buttons )
|
||||||
{
|
{
|
||||||
|
@ -1450,7 +1448,6 @@ namespace Oxygen
|
||||||
painter.restore();
|
painter.restore();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue