fixed scrolling

pull/3/merge
Kunal Marwaha 2014-06-24 21:36:54 -07:00
rodzic ec8b14a375
commit 5db42a9889
1 zmienionych plików z 3 dodań i 0 usunięć

3
gui.js
Wyświetl plik

@ -1390,6 +1390,9 @@ IDE_Morph.prototype.fixLayout = function (situation) {
// categories
this.categories.setLeft(this.logo.left());
this.categories.setTop(this.logo.bottom());
} else {
this.palette.scrollX(-1);
this.palette.scrollY(-5);
}
// palette