Commit 14687a45 authored by Maciej Suminski's avatar Maciej Suminski

Fixed occasional crashes on undo/redo while dragging.

parent 024bf9dd
......@@ -111,6 +111,12 @@ int EDIT_TOOL::Main( TOOL_EVENT& aEvent )
break; // Finish
}
else if( evt->Action() == TA_UNDO_REDO )
{
unselect = true;
break;
}
// Dispatch TOOL_ACTIONs
else if( evt->Category() == TC_COMMAND )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment