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:
Hugo Pereira Da Costa 2009-10-19 21:35:38 +00:00
parent 60bf914cee
commit 393b37e211

View file

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