From ea7bd101e5c3689df4bce164e4204188f63780ec Mon Sep 17 00:00:00 2001 From: nikita_bartoshuk Date: Fri, 14 Nov 2025 17:11:13 +0300 Subject: [PATCH] rotation btn visibility --- apps/spreadsheeteditor/main/app/controller/ChartTab.js | 1 + 1 file changed, 1 insertion(+) 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) } } },