forked from teamnwah/openmw-tes3coop
cancel instance move on editing lock becoming active
This commit is contained in:
parent
b1fb64bf68
commit
70745487f3
1 changed files with 5 additions and 0 deletions
|
@ -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…
Reference in a new issue