Commit b6477b93 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin

правка бага 21159 - [CoEdit] Потеря части автофигуры или добавление...

правка бага 21159 - [CoEdit] Потеря части автофигуры или добавление несуществующих частей при ее получении

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@50639 954022d7-b5bf-4e40-9824-e11837661b57
parent 9c2dcf3a
...@@ -250,7 +250,7 @@ Path.prototype = { ...@@ -250,7 +250,7 @@ Path.prototype = {
{ {
var oldValue = this.fill; var oldValue = this.fill;
var newValue = fill; var newValue = fill;
this.stroke = fill; this.fill = fill;
History.Add(g_oUndoRedoGraphicObjects, historyitem_AutoShapes_Set_PathFill, null, null, History.Add(g_oUndoRedoGraphicObjects, historyitem_AutoShapes_Set_PathFill, null, null,
new UndoRedoDataGraphicObjects(this.Get_Id(), new UndoRedoDataGOSingleProp(oldValue, newValue))); new UndoRedoDataGraphicObjects(this.Get_Id(), new UndoRedoDataGOSingleProp(oldValue, newValue)));
}, },
......
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