[FE] fix line width not matches initial choice

This commit is contained in:
HappyZ 2023-05-24 15:01:34 -07:00
parent 36228c3735
commit 99c5261c14
1 changed files with 1 additions and 1 deletions

View File

@ -920,7 +920,7 @@
var options = {
graphics: {
firstPointSize: 0,
lineWidth: 10,
lineWidth: $("#inpaint-strike-size").val(),
strokeStyle: 'black',
}
};