diff --git a/apps/spreadsheeteditor/main/app/controller/ChartTab.js b/apps/spreadsheeteditor/main/app/controller/ChartTab.js index f92edcc8a0..2ca79715d5 100644 --- a/apps/spreadsheeteditor/main/app/controller/ChartTab.js +++ b/apps/spreadsheeteditor/main/app/controller/ChartTab.js @@ -261,6 +261,7 @@ define([ this._state.Height3d = value; } } + this.view.btn3DSettings.setVisible(props3d) } } },