Commit 59ddafc8 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

Bug 26803 - Сбрасывается select после окончания вставки произвольной shape-линии

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60098 954022d7-b5bf-4e40-9824-e11837661b57
parent 6a429702
......@@ -2231,7 +2231,10 @@ CPresentation.prototype =
var ret = this.Slides[this.CurPage].graphicObjects.onMouseDown(e, X, Y);
if(!ret)
{
this.Slides[this.CurPage].graphicObjects.resetSelection();
if(e.ClickCount < 2)
{
this.Slides[this.CurPage].graphicObjects.resetSelection();
}
this.Document_UpdateSelectionState();
}
}
......
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