adjusted transparency for dragging sprite icons

pull/95/head
jmoenig 2020-05-01 15:21:26 +02:00
rodzic e5ae77f4bc
commit fd446bb637
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -8118,7 +8118,7 @@ SpriteIconMorph.prototype.prepareToBeGrabbed = function () {
var ide = this.parentThatIsA(IDE_Morph),
idx;
this.mouseClickLeft(); // select me
this.alpha = 0.5;
this.alpha = 0.85;
if (ide) {
idx = ide.sprites.asArray().indexOf(this.object);
ide.sprites.remove(idx + 1);