Fix line widths not getting saved
This commit is contained in:
parent
0e17d30545
commit
a08b03a764
|
|
@ -351,7 +351,8 @@ let actions = {
|
||||||
fillShape: c.fillShape,
|
fillShape: c.fillShape,
|
||||||
strokeShape: c.strokeShape,
|
strokeShape: c.strokeShape,
|
||||||
fillStyle: c.fillStyle,
|
fillStyle: c.fillStyle,
|
||||||
sendToBack: c.sendToBack
|
sendToBack: c.sendToBack,
|
||||||
|
lineWidth: c.lineWidth
|
||||||
},
|
},
|
||||||
uuid: uuidv4(),
|
uuid: uuidv4(),
|
||||||
frame: parent.currentFrame.idx
|
frame: parent.currentFrame.idx
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue