fixed bug with shaded|maximized window and sizeGrip (reported on kde-look)
svn path=/trunk/KDE/kdebase/workspace/; revision=1028753
This commit is contained in:
parent
64442c4fe0
commit
3856909aab
1 changed files with 3 additions and 1 deletions
|
@ -594,7 +594,9 @@ namespace Oxygen
|
||||||
{
|
{
|
||||||
|
|
||||||
// update size grip so that it gets the right color
|
// 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().activeChange();
|
||||||
sizeGrip().update();
|
sizeGrip().update();
|
||||||
|
|
Loading…
Reference in a new issue