1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-20 15:40:32 +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;
}
}