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:
Luboš Luňák 2002-02-27 15:16:43 +00:00
parent be41cb9f3a
commit 994148efcf

View file

@ -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() ) );