1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-06-25 09:41:34 +00:00

Call dragEnded instead of pressed also after aborted operation

This commit is contained in:
unelsson 2021-10-03 23:50:42 +03:00
parent 3df9ceda03
commit 89a20b6ea5

View file

@ -464,7 +464,6 @@ void CSVRender::WorldspaceWidget::abortDrag()
EditMode& editMode = dynamic_cast<CSVRender::EditMode&> (*mEditMode->getCurrent());
editMode.dragAborted();
mDragging = false;
mDragMode = InteractionType_None;
}
}