Make sure the geometry tip is visible.
BUG: 163997 svn path=/trunk/KDE/kdebase/workspace/; revision=822551
This commit is contained in:
parent
93592c3d98
commit
7453006a5d
2 changed files with 2 additions and 4 deletions
|
@ -2308,10 +2308,8 @@ void Client::positionGeometryTip()
|
||||||
wgeom.setHeight( 0 );
|
wgeom.setHeight( 0 );
|
||||||
geometryTip->setGeometry( wgeom );
|
geometryTip->setGeometry( wgeom );
|
||||||
if( !geometryTip->isVisible())
|
if( !geometryTip->isVisible())
|
||||||
{
|
|
||||||
geometryTip->show();
|
geometryTip->show();
|
||||||
geometryTip->raise();
|
geometryTip->raise();
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@ namespace KWin
|
||||||
GeometryTip::GeometryTip( const XSizeHints* xSizeHints, bool save_under ):
|
GeometryTip::GeometryTip( const XSizeHints* xSizeHints, bool save_under ):
|
||||||
QLabel( 0 )
|
QLabel( 0 )
|
||||||
{
|
{
|
||||||
setObjectName( "kwingeometry" );
|
setObjectName( "kwingeometry" );
|
||||||
setMargin(1);
|
setMargin(1);
|
||||||
setIndent(0);
|
setIndent(0);
|
||||||
setLineWidth(1);
|
setLineWidth(1);
|
||||||
|
|
Loading…
Reference in a new issue