This commit is contained in:
Devine Lu Linvega 2018-09-17 13:49:49 +12:00
parent 556b6aba40
commit 91d73267d2

View File

@ -61,8 +61,8 @@ function Picker()
let hex = `#${this.input.value}`;
dotgrid.tool.style().color = color;
dotgrid.tool.style().fill = dotgrid.tool.style().fill != "none" ? color : "none";
dotgrid.tool.style().color = hex;
dotgrid.tool.style().fill = dotgrid.tool.style().fill != "none" ? hex : "none";
this.stop();
}