Spreadsheet: Fix cursor being stuck resize state when scaled
This commit is contained in:
committed by
Ladislav Michl
parent
9a18895cd0
commit
ea9ca39db9
@@ -72,6 +72,7 @@ void SheetViewHeader::mouseMoveEvent(QMouseEvent* e)
|
||||
void SheetViewHeader::mouseReleaseEvent(QMouseEvent* event)
|
||||
{
|
||||
QHeaderView::mouseReleaseEvent(event);
|
||||
qApp->setOverrideCursor(Qt::ArrowCursor);
|
||||
Q_EMIT resizeFinished();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user