From 386ff338951135bed9d8b7bd33c973b46e63e89f Mon Sep 17 00:00:00 2001 From: jmoenig Date: Wed, 21 Jan 2015 12:26:54 +0100 Subject: Fix Zoom Dialog’s sample background in “flat” design MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gui.js | 1 + history.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/gui.js b/gui.js index 9b8b51a..73fffe9 100644 --- a/gui.js +++ b/gui.js @@ -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)); diff --git a/history.txt b/history.txt index ff472c7..4de8ee1 100755 --- a/history.txt +++ b/history.txt @@ -2423,3 +2423,4 @@ ______ ------ * Objects: Keep layering of nested sprites thru drag & drop * GUI, Store, BYOB: Generate ScriptsPaneTexture programmatically +* GUI: Fix Zoom Dialog’s sample background in “flat” design -- cgit v1.3.1