Show shape (not text art) settings in the right panel when selecting shape or text art. Show text art settings when adding text art to document.

This commit is contained in:
Julia Radzhabova 2016-09-29 16:26:05 +03:00
parent a398c46d8d
commit 811757a8bc
2 changed files with 5 additions and 7 deletions

View file

@ -96,11 +96,11 @@ Common.Utils = _.extend(new(function() {
Table : 1,
Image : 2,
Header : 3,
Shape : 4,
Slide : 5,
Chart : 6,
MailMerge : 7,
TextArt : 8
TextArt : 4,
Shape : 5,
Slide : 6,
Chart : 7,
MailMerge : 8
},
me = this,
checkSize = function() {

View file

@ -212,8 +212,6 @@ define([
this._settings[Common.Utils.documentSettingsType.Image].needShow = false;
this._settings[Common.Utils.documentSettingsType.Chart].needShow = false;
this._settings[Common.Utils.documentSettingsType.Shape].needShow = false;
this._settings[Common.Utils.documentSettingsType.TextArt].needShow = false;
},
onCoAuthoringDisconnect: function() {