break missing.
svn path=/trunk/kdebase/kwin/; revision=372733
This commit is contained in:
parent
a062ac8878
commit
e3cd04c5de
1 changed files with 8 additions and 6 deletions
14
events.cpp
14
events.cpp
|
@ -372,15 +372,17 @@ bool Workspace::workspaceEvent( XEvent * e )
|
|||
break;
|
||||
}
|
||||
case EnterNotify:
|
||||
if ( QWhatsThis::inWhatsThisMode() )
|
||||
{
|
||||
QWidget* w = QWidget::find( e->xcrossing.window );
|
||||
if ( w )
|
||||
QWhatsThis::leaveWhatsThisMode();
|
||||
}
|
||||
|
||||
if ( QWhatsThis::inWhatsThisMode() )
|
||||
{
|
||||
QWidget* w = QWidget::find( e->xcrossing.window );
|
||||
if ( w )
|
||||
QWhatsThis::leaveWhatsThisMode();
|
||||
}
|
||||
if( electricBorder(e))
|
||||
return true;
|
||||
break;
|
||||
}
|
||||
case LeaveNotify:
|
||||
{
|
||||
if ( !QWhatsThis::inWhatsThisMode() )
|
||||
|
|
Loading…
Reference in a new issue