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
icc-effect-5.14.5
Hugo Pereira Da Costa 2009-10-19 21:35:38 +00:00
parent 60bf914cee
commit 393b37e211
1 changed files with 1 additions and 1 deletions

View File

@ -838,7 +838,7 @@ namespace Oxygen
if( configuration_.drawSizeGrip() )
{
if( !hasSizeGrip() ) createSizeGrip();
if( !( hasSizeGrip() || isPreview() ) ) createSizeGrip();
} else if( hasSizeGrip() ) deleteSizeGrip();