Skip to content

Commit

Permalink
[PE] Bug 72506
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliaRadzhabova committed Jan 18, 2025
1 parent 90fb836 commit e21874d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/presentationeditor/main/app/controller/Statusbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,10 @@ define([
var isSlideMaster = mode === 'master';
this._state.slideMasterMode = isSlideMaster;
this.statusbar.showSlideMasterStatus(isSlideMaster);
if (this.statusbar.btnPreview) {
this.statusbar.btnPreview.menu.items[1].setDisabled(isSlideMaster);
this.statusbar.btnPreview.menu.items[2].setDisabled(isSlideMaster);
}
},

zoomText : 'Zoom {0}%',
Expand Down

0 comments on commit e21874d

Please sign in to comment.