Spreadsheet: Fix cursor being stuck resize state when scaled
This commit is contained in:
committed by
Ladislav Michl
parent
7388758ad9
commit
109e11e6b2
@@ -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