Formatting.

This commit is contained in:
Jeff Young 2022-07-24 13:26:19 +01:00
parent 82167a7c96
commit 713c0197d9
1 changed files with 6 additions and 8 deletions

View File

@ -391,14 +391,12 @@ private:
wxStaticText* m_statusLine3; wxStaticText* m_statusLine3;
wxButton* m_saveAndContinue; wxButton* m_saveAndContinue;
// Tool dispatcher
TOOL_DISPATCHER* m_toolDispatcher; TOOL_DISPATCHER* m_toolDispatcher;
// Context menus for the list boxes // Context menus for the list boxes
ACTION_MENU* m_footprintContextMenu; ACTION_MENU* m_footprintContextMenu;
ACTION_MENU* m_symbolsContextMenu; ACTION_MENU* m_symbolsContextMenu;
// Undo/Redo item lists
CVPCB_UNDO_REDO_LIST m_undoList; CVPCB_UNDO_REDO_LIST m_undoList;
CVPCB_UNDO_REDO_LIST m_redoList; CVPCB_UNDO_REDO_LIST m_redoList;
}; };