Fix #25010.
Revision 1.96 was IMHO not the right fix for what it did, and it's not needed anymore anyway. svn path=/trunk/kdebase/kwin/; revision=139130
This commit is contained in:
parent
be41cb9f3a
commit
994148efcf
1 changed files with 0 additions and 3 deletions
|
@ -3112,9 +3112,6 @@ void Workspace::slotWindowOperations()
|
|||
{
|
||||
if ( !active_client )
|
||||
return;
|
||||
if ( !active_client->isMovable())
|
||||
return;
|
||||
|
||||
QPopupMenu* p = clientPopup( active_client );
|
||||
Client* c = active_client;
|
||||
p->exec( active_client->mapToGlobal( active_client->windowWrapper()->geometry().topLeft() ) );
|
||||
|
|
Loading…
Reference in a new issue