mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-25 22:11:34 +00:00
Call dragEnded instead of pressed also after aborted operation
This commit is contained in:
parent
3df9ceda03
commit
89a20b6ea5
1 changed files with 0 additions and 1 deletions
|
@ -464,7 +464,6 @@ void CSVRender::WorldspaceWidget::abortDrag()
|
||||||
EditMode& editMode = dynamic_cast<CSVRender::EditMode&> (*mEditMode->getCurrent());
|
EditMode& editMode = dynamic_cast<CSVRender::EditMode&> (*mEditMode->getCurrent());
|
||||||
|
|
||||||
editMode.dragAborted();
|
editMode.dragAborted();
|
||||||
mDragging = false;
|
|
||||||
mDragMode = InteractionType_None;
|
mDragMode = InteractionType_None;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue