change all frame properties adjustments

This commit is contained in:
2025-12-28 14:29:36 -05:00
parent 8096521f28
commit 233b2139fd
7 changed files with 27 additions and 10 deletions

View File

@@ -746,7 +746,7 @@ namespace anm2ed::imgui
if (tool == tool::SCALE && isMouseRightDown) useTool = tool::MOVE;
auto frame_change_apply = [&](anm2::FrameChange frameChange, anm2::ChangeType changeType = anm2::ADJUST)
{ item->frames_change(frameChange, changeType, *frames.begin(), frames.size()); };
{ item->frames_change(frameChange, changeType, frames); };
auto& toolInfo = tool::INFO[useTool];
auto& areaType = toolInfo.areaType;