hide status display in app mode

pull/68/head
Michael Aschauer 2018-10-21 21:05:01 +02:00
rodzic 4b90355179
commit ccf38caec3
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -599,6 +599,7 @@ IDE_Morph.prototype.toggleAppMode = function (appMode) {
//this.paletteHandle,
this.stageHandle,
this.palette,
this.statusDisplay,
this.categories ];
this.isAppMode = isNil(appMode) ? !this.isAppMode : appMode;