Use "grabbing" cursor during interactive move
BUG: 483305
This commit is contained in:
parent
1195936a68
commit
d7772031b1
1 changed files with 1 additions and 1 deletions
|
@ -2393,7 +2393,7 @@ void Window::updateCursor()
|
|||
break;
|
||||
default:
|
||||
if (isInteractiveMoveResize()) {
|
||||
c = Qt::SizeAllCursor;
|
||||
c = Qt::ClosedHandCursor;
|
||||
} else {
|
||||
c = Qt::ArrowCursor;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue