Commit 525076dd authored by Julia Radzhabova's avatar Julia Radzhabova

Fix Bug 34923.

parent 87c05da1
......@@ -1063,6 +1063,7 @@ define([ 'text!documenteditor/main/app/template/ParagraphSettingsAdvanced.tem
});
if (rec) {
rec.set('tabAlign', align);
this._tabListChanged = true;
} else {
rec = new Common.UI.DataViewModel();
rec.set({
......
......@@ -507,6 +507,7 @@ define([ 'text!presentationeditor/main/app/template/ParagraphSettingsAdvanced
});
if (rec) {
rec.set('tabAlign', align);
this._tabListChanged = true;
} else {
rec = new Common.UI.DataViewModel();
rec.set({
......
......@@ -506,6 +506,7 @@ define([ 'text!spreadsheeteditor/main/app/template/ParagraphSettingsAdvanced.
});
if (rec) {
rec.set('tabAlign', align);
this._tabListChanged = true;
} else {
rec = new Common.UI.DataViewModel();
rec.set({
......
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