Commit 1d8d166c authored by Sergey Luzyanin's avatar Sergey Luzyanin Committed by Alexander.Trofimov

startEditTextCurrentShape: this -> oSelector

parent ee882537
......@@ -347,7 +347,7 @@ DrawingObjectsController.prototype =
var oSelector = this.selection.groupSelection ? this.selection.groupSelection : this;
if(oSelector.selectedObjects.length === 1 && oSelector.selectedObjects[0].getObjectType() === historyitem_type_Shape)
{
var oShape = this.selectedObjects[0];
var oShape = oSelector.selectedObjects[0];
var oContent = oShape.getDocContent();
if(oContent)
{
......
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