kopia lustrzana https://github.com/backface/turtlestitch
Fixing color.a value at pipette feature
rodzic
fe2c9ef12c
commit
b103e75754
|
@ -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);
|
||||
};
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue