mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-21 09:39:43 +00:00
Clear temporary movement data at the end of the drag
This commit is contained in:
parent
53d315c862
commit
f876ff2c14
1 changed files with 1 additions and 0 deletions
|
@ -609,6 +609,7 @@ void CSVRender::InstanceMode::dragCompleted(const QPoint& pos)
|
|||
}
|
||||
}
|
||||
|
||||
mObjectsAtDragStart.clear();
|
||||
mDragMode = DragMode_None;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue