rebuilt advanced and type btns

This commit is contained in:
nikita_bartoshuk
2025-12-01 15:21:19 +03:00
parent f9c27c41a9
commit c6832efd5a
2 changed files with 18 additions and 12 deletions

View File

@ -266,6 +266,7 @@ define([
this._state.Height3d = value;
}
}
this.view.$el.find('.separator-chart-3d')[props3d ? 'show' : 'hide']();
this.view.btn3DSettings.setVisible(props3d)
}
}