change all frame properties adjustments
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user