Fix Zoom Dialog’s sample background in “flat” design

pull/3/merge
jmoenig 2015-01-21 12:26:54 +01:00
rodzic fee92b65f2
commit 386ff33895
2 zmienionych plików z 2 dodań i 0 usunięć

1
gui.js
Wyświetl plik

@ -3543,6 +3543,7 @@ IDE_Morph.prototype.userSetBlocksScale = function () {
sample = new FrameMorph();
sample.acceptsDrops = false;
sample.color = IDE_Morph.prototype.groupColor;
sample.cachedTexture = this.scriptsPaneTexture;
sample.setExtent(new Point(250, 180));
scrpt.setPosition(sample.position().add(10));

Wyświetl plik

@ -2423,3 +2423,4 @@ ______
------
* Objects: Keep layering of nested sprites thru drag & drop
* GUI, Store, BYOB: Generate ScriptsPaneTexture programmatically
* GUI: Fix Zoom Dialogs sample background in “flat” design