Even noborder windows may get resizing cursor, e.g. with Alt+RMB.

svn path=/trunk/kdebase/kwin/; revision=324586
This commit is contained in:
Luboš Luňák 2004-06-29 11:08:14 +00:00
parent 596b0547df
commit e49d03c46f

View file

@ -1608,7 +1608,7 @@ NET::WindowType Client::windowType( bool direct, int supported_types ) const
*/
void Client::setCursor( Position m )
{
if ( !isResizable() || isShade() || noBorder())
if( !isResizable() || isShade())
{
m = PositionCenter;
}