diff --git a/apps/spreadsheeteditor/main/app/controller/Toolbar.js b/apps/spreadsheeteditor/main/app/controller/Toolbar.js index 85f4b3f0e..638ca82db 100644 --- a/apps/spreadsheeteditor/main/app/controller/Toolbar.js +++ b/apps/spreadsheeteditor/main/app/controller/Toolbar.js @@ -1774,7 +1774,7 @@ define([ btnSubscript.toggle(index>-1, true); if (index < 0) { - this._clearChecked(btnSubscript.menu); + btnSubscript.menu.clearAll(); } else { btnSubscript.menu.items[index].setChecked(true); if (btnSubscript.rendered) { @@ -1915,7 +1915,7 @@ define([ btnSubscript.toggle(index>-1, true); if (index < 0) { - this._clearChecked(btnSubscript.menu); + btnSubscript.menu.clearAll(); } else { btnSubscript.menu.items[index].setChecked(true); if (btnSubscript.rendered) {