Use "grabbing" cursor during interactive move

BUG: 483305
This commit is contained in:
Vlad Zahorodnii 2024-05-31 14:56:10 +03:00
parent 1195936a68
commit d7772031b1

View file

@ -2393,7 +2393,7 @@ void Window::updateCursor()
break;
default:
if (isInteractiveMoveResize()) {
c = Qt::SizeAllCursor;
c = Qt::ClosedHandCursor;
} else {
c = Qt::ArrowCursor;
}