Commit 97c2654f authored by Sergey Luzyanin's avatar Sergey Luzyanin

startEditTextCurrentShape: this -> oSelector

parent d3074066
......@@ -371,7 +371,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