miscellaneous sloppa fixes

This commit is contained in:
2026-04-20 13:54:49 -04:00
parent bfe9e3e982
commit d39a1dac3c
11 changed files with 172 additions and 109 deletions
+8 -1
View File
@@ -15,7 +15,13 @@ namespace anm2ed::imgui
anm2::Type type{anm2::NONE};
int itemID{-1};
int animationIndex{-1};
std::vector<int> selection{};
};
struct FrameDragDropPayload
{
anm2::Type type{anm2::NONE};
int itemID{-1};
int animationIndex{-1};
};
class Timeline
@@ -39,6 +45,7 @@ namespace anm2ed::imgui
bool frameFocusRequested{};
int frameFocusIndex{-1};
FrameDragDrop frameDragDrop{};
FrameDragDropPayload frameDragDropPayload{};
std::vector<int> frameSelectionSnapshot{};
std::vector<int> frameSelectionLocked{};
bool isFrameSelectionLocked{};