Added menu Edit -> Delete selected

This commit is contained in:
Enrico Turri 2018-11-21 15:47:41 +01:00
parent 681beeadf6
commit 3e939a7496
4 changed files with 15 additions and 0 deletions

View file

@ -72,6 +72,7 @@ class MainFrame : public wxFrame
bool can_export_gcode() const;
bool can_change_view() const;
bool can_select() const;
bool can_delete() const;
#endif // ENABLE_NEW_MENU_LAYOUT
public: