Fixing ColorSlotMorphs behavior in Visible Stepping

pull/29/head
Joan Guillén i Pelegay 2016-12-22 00:19:38 +01:00
rodzic d6ced6fa2b
commit e50f4e3712
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -3357,7 +3357,8 @@ Process.prototype.flashContext = function () {
expr instanceof SyntaxElementMorph &&
!(expr instanceof CommandSlotMorph) &&
!this.context.isFlashing &&
expr.world()) {
expr.world() &&
!(expr instanceof ColorSlotMorph)) {
this.unflash();
expr.flash();
this.context.isFlashing = true;