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:
Hugo Pereira Da Costa 2009-10-16 18:01:01 +00:00
parent bc2cb84b6e
commit c2706aa181

View file

@ -44,7 +44,7 @@ namespace Oxygen
//_____________________________________________
OxygenSizeGrip::OxygenSizeGrip( OxygenClient* client ):
QWidget( client->widget() ),
QWidget( client->widget(), Qt::ToolTip ),
client_( client )
{