Commit b294c3a6 authored by Alexander.Trofimov's avatar Alexander.Trofimov

fix bug 33293

parent 487192b4
......@@ -5247,6 +5247,7 @@ DrawingObjectsController.prototype =
{
this.selectNextObject(!e.shiftKey ? 1 : -1);
}
bRetValue = true;
}
else if ( e.keyCode == 13 && false === isViewMode ) // Enter
{
......
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