Commit 788bc764 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander Trofimov
parent a99e630f
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -360900,6 +360900,9 @@ CDrawingDocument.prototype =
else
pos = this.__DD_ConvetToPageCoords(global_mouseEvent.X, global_mouseEvent.Y, this.AutoShapesTrackLockPageNum);
if (pos.Page == -1)
return 0;
this.SelectDrag = -1;
if (this.SelectRect1 && this.SelectRect2)
{
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