Merge pull request #124 from Simon-Mong/patch-41

Update gui.js
pull/126/head
Michael Aschauer 2022-10-29 16:38:13 +02:00 zatwierdzone przez GitHub
commit 786fe341ff
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -2472,6 +2472,8 @@ IDE_Morph.prototype.createSpriteEditor = function(){
this.originalCreateSpriteEditor();
this.spriteEditor.color = new Color(240, 240, 240);
this.currentSprite.scripts.color = new Color(240, 240, 240);
this.spriteEditor.mouseEnterDragging = nop;
this.spriteEditor.contents.mouseEnterDragging =nop;
};
/* CORRAL BAR */