MouseActivateAndPassClick should not do raise

svn path=/trunk/kdebase/kwin/; revision=68949
This commit is contained in:
Matthias Ettrich 2000-10-26 13:44:05 +00:00
parent 7d5ac3a25e
commit 8fbc21d202

View file

@ -2301,7 +2301,6 @@ bool Client::performMouseCommand( Options::MouseCommand command, QPoint globalPo
break;
case Options::MouseActivateAndPassClick:
workspace()->requestFocus( this );
workspace()->raiseClient( this );
replay = TRUE;
break;
case Options::MouseMove: