mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-14 01:19:59 +00:00
cancel instance move on editing lock becoming active
This commit is contained in:
parent
b1fb64bf68
commit
70745487f3
@ -96,6 +96,11 @@ void CSVRender::InstanceMode::setEditLock (bool locked)
|
||||
{
|
||||
mLocked = locked;
|
||||
|
||||
if (mLocked)
|
||||
{
|
||||
mDragMode = DragMode_None;
|
||||
getWorldspaceWidget().reset (Mask_Reference);
|
||||
}
|
||||
}
|
||||
|
||||
void CSVRender::InstanceMode::primaryEditPressed (osg::ref_ptr<TagBase> tag)
|
||||
|
Loading…
x
Reference in New Issue
Block a user