fixed color of scripts scroll frame

so it works better with @cycomachead 's fix to the scrolling system
pull/89/head
jmoenig 2019-08-06 12:01:40 +02:00
rodzic 7cd4a56684
commit a629388f51
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -14,6 +14,7 @@
* new dev version
* objects, threads: new experimental "paste on" block in the "pen" category, hidden in dev mode
* morphic: resolved scroll bar conflicts (allow vertical scrolling past horizontal scroll bar), thanks, Michael!
* gui: fixed color of scripts scroll frame
* morphic: support for importing OGG audio files, thanks, Bernat!
* Chinese translation update, thanks, Simon!

Wyświetl plik

@ -1476,6 +1476,7 @@ IDE_Morph.prototype.createSpriteEditor = function () {
null,
this.sliderColor
);
this.spriteEditor.color = this.groupColor;
this.spriteEditor.padding = 10;
this.spriteEditor.growth = 50;
this.spriteEditor.isDraggable = false;