mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 15:41:13 -04: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;
|
mLocked = locked;
|
||||||
|
|
||||||
|
if (mLocked)
|
||||||
|
{
|
||||||
|
mDragMode = DragMode_None;
|
||||||
|
getWorldspaceWidget().reset (Mask_Reference);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void CSVRender::InstanceMode::primaryEditPressed (osg::ref_ptr<TagBase> tag)
|
void CSVRender::InstanceMode::primaryEditPressed (osg::ref_ptr<TagBase> tag)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user