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
This commit is contained in:
Luboš Luňák 2002-12-27 22:29:22 +00:00
parent 249d025c75
commit 5ad28f6c67

View file

@ -264,7 +264,6 @@ Client* Workspace::clientFactory( WId w )
case NET::Dock:
{
Client * c = new NoBorderClient( this, w );
c->setSticky( TRUE );
return c;
}