From 994148efcf1cf3ee8c80cb4939afa307105a9538 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Wed, 27 Feb 2002 15:16:43 +0000 Subject: [PATCH] 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 --- workspace.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/workspace.cpp b/workspace.cpp index e35a9abc5e..775b025429 100644 --- a/workspace.cpp +++ b/workspace.cpp @@ -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() ) );