Commit 2ebe9701 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander Trofimov
parent 9869ea22
......@@ -357538,11 +357538,13 @@ CDrawingDocument.prototype =
if (this.SelectDrag == 1 || this.SelectDrag == 2)
{
this.SelectClearLock = true;
var _oldShift = global_mouseEvent.ShiftKey;
global_mouseEvent.ShiftKey = true;
this.LogicDocumentOnMouseDown(global_mouseEvent, pos.X, pos.Y, pos.Page);
this.LogicDocumentOnMouseUp(global_mouseEvent, pos.X, pos.Y, pos.Page);
global_mouseEvent.ShiftKey = _oldShift;
this.SelectClearLock = false;
}
else
{
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