diff options
| author | Kunal Marwaha <marwahaha@berkeley.edu> | 2014-06-25 04:30:17 -0700 |
|---|---|---|
| committer | Kunal Marwaha <marwahaha@berkeley.edu> | 2014-06-25 04:30:17 -0700 |
| commit | 89c0dfd79064a03a93378033b5c9adb50504b83f (patch) | |
| tree | d6aea40d77fb1a8a0dfaac07be5b55bbf2b89432 /gui.js | |
| parent | ed5eccccaef4d703f05576f09584bc3cf652d33d (diff) | |
| download | snap-byow-89c0dfd79064a03a93378033b5c9adb50504b83f.tar.gz snap-byow-89c0dfd79064a03a93378033b5c9adb50504b83f.zip | |
actually no cached image needs to scroll
Diffstat (limited to 'gui.js')
| -rw-r--r-- | gui.js | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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( |
