GUI: new pattern cursor logic, part 7
implement delete prepare other edit actions
This commit is contained in:
parent
186a0ce69f
commit
33dec5ff1d
3 changed files with 61 additions and 18 deletions
|
|
@ -2570,6 +2570,7 @@ class FurnaceGUI {
|
|||
int oldOrdersLen;
|
||||
DivOrders oldOrders;
|
||||
std::map<unsigned short,DivPattern*> oldPatMap;
|
||||
bool* opTouched;
|
||||
FixedQueue<UndoStep,256> undoHist;
|
||||
FixedQueue<UndoStep,256> redoHist;
|
||||
FixedQueue<CursorJumpPoint,256> cursorUndoHist;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue