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:
parent
3df9ceda03
commit
89a20b6ea5
@ -464,7 +464,6 @@ void CSVRender::WorldspaceWidget::abortDrag()
|
||||
EditMode& editMode = dynamic_cast<CSVRender::EditMode&> (*mEditMode->getCurrent());
|
||||
|
||||
editMode.dragAborted();
|
||||
mDragging = false;
|
||||
mDragMode = InteractionType_None;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user