Reset queued command when closing windows that can queue them.

This commit is contained in:
Juanjo
2013-10-14 17:49:14 +00:00
committed by pelya
parent 02caad7c1b
commit b164486616
6 changed files with 13 additions and 1 deletions

View File

@@ -179,6 +179,7 @@ public:
this->RaiseButtons();
ResetObjectToPlace();
EraseQueuedTouchCommand();
}
};