[DE] Fix Bug 52165 (#1121)
This commit is contained in:
parent
6272524079
commit
3e30b66193
|
@ -763,7 +763,7 @@ define([
|
||||||
app.getController('DocumentHolder').getView().SetDisabled(disable);
|
app.getController('DocumentHolder').getView().SetDisabled(disable);
|
||||||
|
|
||||||
if (this.appConfig.canReview) {
|
if (this.appConfig.canReview) {
|
||||||
app.getController('RightMenu').getView('RightMenu').clearSelection();
|
disable && app.getController('RightMenu').getView('RightMenu').clearSelection();
|
||||||
app.getController('RightMenu').SetDisabled(disable, false);
|
app.getController('RightMenu').SetDisabled(disable, false);
|
||||||
app.getController('Statusbar').getView('Statusbar').SetDisabled(disable);
|
app.getController('Statusbar').getView('Statusbar').SetDisabled(disable);
|
||||||
app.getController('Navigation') && app.getController('Navigation').SetDisabled(disable);
|
app.getController('Navigation') && app.getController('Navigation').SetDisabled(disable);
|
||||||
|
|
Loading…
Reference in a new issue