From 684287ad5c0564bb277ad6466fc73705cd1b0244 Mon Sep 17 00:00:00 2001 From: Michael Aschauer Date: Mon, 3 Dec 2018 12:32:24 +0100 Subject: [PATCH] hide turtleMenu button in appMode --- stitchcode/gui.js | 1 + 1 file changed, 1 insertion(+) diff --git a/stitchcode/gui.js b/stitchcode/gui.js index 42e916fd..38675cc4 100644 --- a/stitchcode/gui.js +++ b/stitchcode/gui.js @@ -939,6 +939,7 @@ IDE_Morph.prototype.toggleAppMode = function (appMode) { this.controlBar.settingsButton, this.controlBar.stageSizeButton, this.controlBar.steppingButton, + this.controlBar.turtlestitchButton, //this.controlBar.largeStageSizeButton, this.spriteEditor, this.paletteHandle,