From 4c4eec70c20032efc13bd53cee469d6314608ba3 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Tue, 8 Oct 2019 13:30:19 +0300 Subject: [PATCH] [DE] Fix rev.92cfcf2e4b9379ba862d528cd4508d49a480f139 --- apps/documenteditor/main/app/view/ParagraphSettings.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/documenteditor/main/app/view/ParagraphSettings.js b/apps/documenteditor/main/app/view/ParagraphSettings.js index 04bee00dd..60f1d58ac 100644 --- a/apps/documenteditor/main/app/view/ParagraphSettings.js +++ b/apps/documenteditor/main/app/view/ParagraphSettings.js @@ -84,13 +84,13 @@ define([ this._locked = true; this.isChart = false; - this.render(); - this._arrLineRule = [ {displayValue: this.textAtLeast,defaultValue: 5, value: c_paragraphLinerule.LINERULE_LEAST, minValue: 0.03, step: 0.01, defaultUnit: 'cm'}, {displayValue: this.textAuto, defaultValue: 1, value: c_paragraphLinerule.LINERULE_AUTO, minValue: 0.5, step: 0.01, defaultUnit: ''}, {displayValue: this.textExact, defaultValue: 5, value: c_paragraphLinerule.LINERULE_EXACT, minValue: 0.03, step: 0.01, defaultUnit: 'cm'} ]; + + this.render(); }, render: function () {