[FE] fix line width not matches initial choice
This commit is contained in:
parent
36228c3735
commit
99c5261c14
|
|
@ -920,7 +920,7 @@
|
||||||
var options = {
|
var options = {
|
||||||
graphics: {
|
graphics: {
|
||||||
firstPointSize: 0,
|
firstPointSize: 0,
|
||||||
lineWidth: 10,
|
lineWidth: $("#inpaint-strike-size").val(),
|
||||||
strokeStyle: 'black',
|
strokeStyle: 'black',
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue