kopia lustrzana https://github.com/backface/turtlestitch
Fix Zoom Dialog’s sample background in “flat” design
rodzic
fee92b65f2
commit
386ff33895
1
gui.js
1
gui.js
|
@ -3543,6 +3543,7 @@ IDE_Morph.prototype.userSetBlocksScale = function () {
|
||||||
|
|
||||||
sample = new FrameMorph();
|
sample = new FrameMorph();
|
||||||
sample.acceptsDrops = false;
|
sample.acceptsDrops = false;
|
||||||
|
sample.color = IDE_Morph.prototype.groupColor;
|
||||||
sample.cachedTexture = this.scriptsPaneTexture;
|
sample.cachedTexture = this.scriptsPaneTexture;
|
||||||
sample.setExtent(new Point(250, 180));
|
sample.setExtent(new Point(250, 180));
|
||||||
scrpt.setPosition(sample.position().add(10));
|
scrpt.setPosition(sample.position().add(10));
|
||||||
|
|
|
@ -2423,3 +2423,4 @@ ______
|
||||||
------
|
------
|
||||||
* Objects: Keep layering of nested sprites thru drag & drop
|
* Objects: Keep layering of nested sprites thru drag & drop
|
||||||
* GUI, Store, BYOB: Generate ScriptsPaneTexture programmatically
|
* GUI, Store, BYOB: Generate ScriptsPaneTexture programmatically
|
||||||
|
* GUI: Fix Zoom Dialog’s sample background in “flat” design
|
||||||
|
|
Ładowanie…
Reference in New Issue