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
icc-effect-5.14.5
Luboš Luňák 2002-12-27 22:29:22 +00:00
parent 249d025c75
commit 5ad28f6c67
1 changed files with 0 additions and 1 deletions

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;
}