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

svn path=/trunk/KDE/kdebase/workspace/; revision=1028753
remotes/origin/Plasma/5.0
Hugo Pereira Da Costa 17 years ago
parent 64442c4fe0
commit 3856909aab
  1. 4
      clients/oxygen/oxygenclient.cpp

@ -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();

Loading…
Cancel
Save