fixed bug with shaded|maximized window and sizeGrip (reported on kde-look)

svn path=/trunk/KDE/kdebase/workspace/; revision=1028753
icc-effect-5.14.5
Hugo Pereira Da Costa 2009-09-28 05:04:23 +00:00
parent 64442c4fe0
commit 3856909aab
1 changed files with 3 additions and 1 deletions

View File

@ -594,7 +594,9 @@ namespace Oxygen
{
// update size grip so that it gets the right color
if( hasSizeGrip() )
// also make sure it is remaped to from z stack,
// unless hidden
if( hasSizeGrip() && !(isShade() || isMaximized() ))
{
sizeGrip().activeChange();
sizeGrip().update();