summaryrefslogtreecommitdiff
path: root/gui.js
diff options
context:
space:
mode:
authorJens Mönig <jens@moenig.org>2014-07-08 13:29:46 +0200
committerJens Mönig <jens@moenig.org>2014-07-08 13:29:46 +0200
commitac38df35e92acbcce2f5228b3511c86f70d06de5 (patch)
tree7cd6e38fae7d56fc2b9b7ef909c96d70817e5db0 /gui.js
parent81745502e7346ae3ef5c6d0402a52388825c6db6 (diff)
parent89c0dfd79064a03a93378033b5c9adb50504b83f (diff)
downloadsnap-yow-ac38df35e92acbcce2f5228b3511c86f70d06de5.tar.gz
snap-yow-ac38df35e92acbcce2f5228b3511c86f70d06de5.zip
Merge pull request #487 from cs10/kunal/scrolling
fixed scrolling glitch in palette
Diffstat (limited to 'gui.js')
-rw-r--r--gui.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/gui.js b/gui.js
index ce8ec39..d1cac6c 100644
--- a/gui.js
+++ b/gui.js
@@ -889,8 +889,6 @@ IDE_Morph.prototype.createPalette = function (forSearching) {
this.palette.setWidth(this.logo.width());
this.add(this.palette);
- this.palette.scrollX(this.palette.padding);
- this.palette.scrollY(this.palette.padding);
return this.palette;
};