mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-16 15:08:59 +00:00
TITANIC: Stop moving other items during drag operations
This commit is contained in:
parent
804058eb21
commit
c199d2e55d
@ -132,7 +132,7 @@ void CInputHandler::processMessage(CMessage *msg) {
|
||||
|
||||
if (_dragItem) {
|
||||
CMouseDragMoveMsg moveMsg(_dragStartPos);
|
||||
dispatchMessage(&moveMsg);
|
||||
moveMsg.execute(_dragItem);
|
||||
}
|
||||
|
||||
_dragging = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user