Fixing color.a value at pipette feature

pull/95/head
Joan Guillén i Pelegay 2020-03-21 22:27:05 +01:00
rodzic fe2c9ef12c
commit b103e75754
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -512,7 +512,7 @@ PaintEditorMorph.prototype.getUserColor = function () {
// needed for retina-display support
return;
}
color.a = 255;
color.a = 1;
myself.propertiesControls.colorpicker.action(color);
};