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