set WA_NoSystemBackground flag and removed (useless) setting of WA_OpaquePaintEvent flag
svn path=/trunk/KDE/kdebase/workspace/; revision=1017186
This commit is contained in:
parent
2c181abd37
commit
906503c2f2
2 changed files with 1 additions and 2 deletions
|
@ -50,7 +50,7 @@ namespace Nitrogen
|
||||||
colorCacheInvalid_(true)
|
colorCacheInvalid_(true)
|
||||||
{
|
{
|
||||||
setAutoFillBackground(false);
|
setAutoFillBackground(false);
|
||||||
setAttribute(Qt::WA_OpaquePaintEvent, false);
|
setAttribute(Qt::WA_NoSystemBackground);
|
||||||
|
|
||||||
{
|
{
|
||||||
unsigned int size( client_.configuration().buttonSize() );
|
unsigned int size( client_.configuration().buttonSize() );
|
||||||
|
|
|
@ -95,7 +95,6 @@ namespace Nitrogen
|
||||||
|
|
||||||
KCommonDecoration::init();
|
KCommonDecoration::init();
|
||||||
widget()->setAttribute(Qt::WA_NoSystemBackground );
|
widget()->setAttribute(Qt::WA_NoSystemBackground );
|
||||||
widget()->setAttribute( Qt::WA_OpaquePaintEvent );
|
|
||||||
widget()->setAutoFillBackground( false );
|
widget()->setAutoFillBackground( false );
|
||||||
initialized_ = true;
|
initialized_ = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue