temporarily disabled painting of size grip in preview widget, cause it crashes systemsettings randomly - due to X11 hack
svn path=/trunk/KDE/kdebase/workspace/; revision=1037743
This commit is contained in:
parent
60bf914cee
commit
393b37e211
1 changed files with 1 additions and 1 deletions
|
@ -838,7 +838,7 @@ namespace Oxygen
|
|||
if( configuration_.drawSizeGrip() )
|
||||
{
|
||||
|
||||
if( !hasSizeGrip() ) createSizeGrip();
|
||||
if( !( hasSizeGrip() || isPreview() ) ) createSizeGrip();
|
||||
|
||||
} else if( hasSizeGrip() ) deleteSizeGrip();
|
||||
|
||||
|
|
Loading…
Reference in a new issue