set Qt::ToolTip flag for QSizeGrip, so that it gets hidden to paintRedirector
svn path=/trunk/KDE/kdebase/workspace/; revision=1036155
This commit is contained in:
parent
bc2cb84b6e
commit
c2706aa181
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ namespace Oxygen
|
|||
|
||||
//_____________________________________________
|
||||
OxygenSizeGrip::OxygenSizeGrip( OxygenClient* client ):
|
||||
QWidget( client->widget() ),
|
||||
QWidget( client->widget(), Qt::ToolTip ),
|
||||
client_( client )
|
||||
{
|
||||
|
||||
|
|
Loading…
Reference in a new issue