KDAB / KDDockWidgets

KDAB's Dock Widget Framework for Qt
https://www.kdab.com/development-resources/qt-tools/kddockwidgets
Other
773 stars 166 forks source link

Keep track of override cursor in WidgetResizeHandler #384

Closed mpersano closed 1 year ago

mpersano commented 1 year ago

QGuiApplication keeps a stack of override cursor and the number of setOverrideCursor calls must match the number of restoreOverrideCursor calls. Keep track of whether we've already set the override cursor in WidgetResizeHandler so we don't end up with the wrong cursor when restoring.