[nostalgia/core/studio,studio] Give TileSheetEditor Ctrl-A and Ctrl-G for selection

This commit is contained in:
2024-05-31 00:40:48 -05:00
parent 2ede01e7e2
commit 6c71e1e24c
4 changed files with 30 additions and 8 deletions

View File

@ -111,6 +111,10 @@ class SelectionTracker {
allowStart);
}
constexpr void reset() noexcept {
m_selectionOngoing = {};
}
constexpr void finishSelection() noexcept {
m_selectionOngoing = {};
}