mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-30 15:32:38 +00:00
Fix bug: removing frames weren't saving updated cel frame positions in the backup info
This commit is contained in:
parent
68bf959b80
commit
1c8f2cde7d
@ -326,6 +326,7 @@ void LayerImage::moveCel(Cel* cel, frame_t frame)
|
||||
{
|
||||
removeCel(cel);
|
||||
cel->setFrame(frame);
|
||||
cel->incrementVersion(); // TODO this should be in app::cmd module
|
||||
addCel(cel);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user