Commented usage of removed KStyle api
This commit is contained in:
parent
13d1b67f99
commit
acc0498102
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