Forward port rev 1169145: Drop keyboard events while moving windows in desktop grid.
CCBUG: 249325 svn path=/trunk/KDE/kdebase/workspace/; revision=1169146
This commit is contained in:
parent
abcef60190
commit
8c2c23697b
1 changed files with 2 additions and 0 deletions
|
@ -749,6 +749,8 @@ void DesktopGridEffect::grabbedKeyboardEvent( QKeyEvent* e )
|
|||
{
|
||||
if( timeline.value() != 1 ) // Block user input during animations
|
||||
return;
|
||||
if( windowMove != NULL )
|
||||
return;
|
||||
if( e->type() == QEvent::KeyPress )
|
||||
{
|
||||
// check for global shortcuts
|
||||
|
|
Loading…
Reference in a new issue