Activate the desktop under the mouse cursor instead of the highlighted
one in the Desktop Grid effect. BUG: 207271 svn path=/trunk/KDE/kdebase/workspace/; revision=1030940
This commit is contained in:
parent
743e058af5
commit
31e52fd9ac
1 changed files with 1 additions and 1 deletions
|
@ -392,7 +392,7 @@ void DesktopGridEffect::windowInputMouseEvent( Window, QEvent* e )
|
||||||
{
|
{
|
||||||
if( !wasWindowMove && !wasDesktopMove )
|
if( !wasWindowMove && !wasDesktopMove )
|
||||||
{
|
{
|
||||||
setCurrentDesktop( highlightedDesktop );
|
setCurrentDesktop( posToDesktop( me->pos() ));
|
||||||
setActive( false );
|
setActive( false );
|
||||||
}
|
}
|
||||||
if( windowMove )
|
if( windowMove )
|
||||||
|
|
Loading…
Reference in a new issue