Update for selecting frames. No more flashing, etc. Not perfect but it'll do
This commit is contained in:
@@ -35,6 +35,8 @@ namespace anm2ed::imgui
|
||||
int draggedFrameStart{-1};
|
||||
int draggedFrameStartDuration{-1};
|
||||
bool isDraggedFrameSnapshot{};
|
||||
bool frameFocusRequested{};
|
||||
int frameFocusIndex{-1};
|
||||
FrameDragDrop frameDragDrop{};
|
||||
std::vector<int> frameSelectionSnapshot{};
|
||||
std::vector<int> frameSelectionLocked{};
|
||||
|
||||
Reference in New Issue
Block a user