mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-04 02:41:19 +00:00
Clear temporary movement data at the end of the drag
This commit is contained in:
parent
53d315c862
commit
f876ff2c14
@ -609,6 +609,7 @@ void CSVRender::InstanceMode::dragCompleted(const QPoint& pos)
|
||||
}
|
||||
}
|
||||
|
||||
mObjectsAtDragStart.clear();
|
||||
mDragMode = DragMode_None;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user