summaryrefslogtreecommitdiff
path: root/objects.js
diff options
context:
space:
mode:
Diffstat (limited to 'objects.js')
-rw-r--r--objects.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/objects.js b/objects.js
index 785a43d..efe93e8 100644
--- a/objects.js
+++ b/objects.js
@@ -123,7 +123,7 @@ PrototypeHatBlockMorph*/
// Global stuff ////////////////////////////////////////////////////////
-modules.objects = '2013-July-09';
+modules.objects = '2013-July-15';
var SpriteMorph;
var StageMorph;
@@ -1863,6 +1863,7 @@ SpriteMorph.prototype.freshPalette = function (category) {
palette.owner = this;
palette.padding = unit / 2;
palette.color = this.paletteColor;
+ palette.growth = new Point(0, MorphicPreferences.scrollBarSize);
// menu: