From 5ad28f6c670fecce270e7de3f2c9c844db6382f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Fri, 27 Dec 2002 22:29:22 +0000 Subject: [PATCH] Docks are not required to be sticky, and Kicker etc. set it, so let's not force it. svn path=/trunk/kdebase/kwin/; revision=196071 --- workspace.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/workspace.cpp b/workspace.cpp index e4efe50889..b4b0e16e17 100644 --- a/workspace.cpp +++ b/workspace.cpp @@ -264,7 +264,6 @@ Client* Workspace::clientFactory( WId w ) case NET::Dock: { Client * c = new NoBorderClient( this, w ); - c->setSticky( TRUE ); return c; }