kopia lustrzana https://github.com/backface/turtlestitch
Fixed #73
zoom blocks dialog no longer accepts drops. Thanks, Nathan, for reporting this!pull/3/merge
rodzic
f21416527f
commit
39db95a414
1
gui.js
1
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));
|
||||
|
|
Ładowanie…
Reference in New Issue