From 39db95a4144396bec82b317fd9eb821ed9a83e59 Mon Sep 17 00:00:00 2001 From: jmoenig Date: Sun, 21 Apr 2013 20:56:37 +0200 Subject: Fixed #73 zoom blocks dialog no longer accepts drops. Thanks, Nathan, for reporting this! --- gui.js | 1 + 1 file changed, 1 insertion(+) (limited to 'gui.js') diff --git a/gui.js b/gui.js index 604ab06..3dc26ed 100644 --- a/gui.js +++ b/gui.js @@ -2901,6 +2901,7 @@ IDE_Morph.prototype.userSetBlocksScale = function () { */ sample = new FrameMorph(); + sample.acceptsDrops = false; sample.texture = 'scriptsPaneTexture.gif'; sample.setExtent(new Point(250, 180)); scrpt.setPosition(sample.position().add(10)); -- cgit v1.3.1