Show sizeAllCursor also when moving a shaded window.
svn path=/trunk/kdebase/kwin/; revision=304932
This commit is contained in:
parent
f0fcba2d6d
commit
0b012b18f3
1 changed files with 1 additions and 2 deletions
|
@ -1603,8 +1603,7 @@ void Client::setCursor( Position m )
|
||||||
{
|
{
|
||||||
if ( !isResizable() || isShade() || noBorder())
|
if ( !isResizable() || isShade() || noBorder())
|
||||||
{
|
{
|
||||||
setCursor( arrowCursor );
|
m = PositionCenter;
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
switch ( m )
|
switch ( m )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue