kopia lustrzana https://github.com/backface/turtlestitch
fixed color of scripts scroll frame
so it works better with @cycomachead 's fix to the scrolling systempull/89/head
rodzic
7cd4a56684
commit
a629388f51
|
@ -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!
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Ładowanie…
Reference in New Issue