From 89c0dfd79064a03a93378033b5c9adb50504b83f Mon Sep 17 00:00:00 2001 From: Kunal Marwaha Date: Wed, 25 Jun 2014 04:30:17 -0700 Subject: actually no cached image needs to scroll --- gui.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gui.js') diff --git a/gui.js b/gui.js index 689709f..83aa666 100644 --- a/gui.js +++ b/gui.js @@ -1396,10 +1396,6 @@ IDE_Morph.prototype.fixLayout = function (situation) { this.palette.setHeight(this.bottom() - this.palette.top()); if (situation !== 'refreshPalette') { - // palette - this.palette.scrollX(padding); - this.palette.scrollY(padding); - // stage if (this.isAppMode) { this.stage.setScale(Math.floor(Math.min( -- cgit v1.3.1