re-enable kstyle hook
This commit is contained in:
parent
1bd3f7cb5c
commit
3f37b36fdb
1 changed files with 1 additions and 1 deletions
|
@ -1743,7 +1743,7 @@ namespace Oxygen
|
||||||
const int shadowSize( shadowCache().shadowSize() );
|
const int shadowSize( shadowCache().shadowSize() );
|
||||||
const bool drawShadow(
|
const bool drawShadow(
|
||||||
compositingActive() &&
|
compositingActive() &&
|
||||||
//KStyle::customStyleHint( QStringLiteral("SH_ArgbDndWindow"), widget() ) &&
|
KStyle::customStyleHint( QStringLiteral("SH_ArgbDndWindow"), widget() ) &&
|
||||||
shadowSize > 0 );
|
shadowSize > 0 );
|
||||||
|
|
||||||
if( drawShadow )
|
if( drawShadow )
|
||||||
|
|
Loading…
Reference in a new issue