Commit 0bae0db6 authored by Oleg Korshul's avatar Oleg Korshul

.

parent 694233ae
...@@ -851,8 +851,10 @@ function (window, undefined) ...@@ -851,8 +851,10 @@ function (window, undefined)
if (!this.MoveAfterDown) if (!this.MoveAfterDown)
{ {
global_mouseEvent.Button = 0; global_mouseEvent.Button = 0;
global_mouseEvent.KoefPixToMM = 5;
this.delegate.Drawing_OnMouseDown(_e); this.delegate.Drawing_OnMouseDown(_e);
this.delegate.Drawing_OnMouseUp(_e); this.delegate.Drawing_OnMouseUp(_e);
global_mouseEvent.KoefPixToMM = 1;
this.Api.sendEvent("asc_onTapEvent", e); this.Api.sendEvent("asc_onTapEvent", e);
var typeMenu = this.delegate.GetContextMenuType(); var typeMenu = this.delegate.GetContextMenuType();
......
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