Added menu Edit -> Select all

This commit is contained in:
Enrico Turri 2018-11-21 15:28:35 +01:00
parent c6b597b813
commit 681beeadf6
10 changed files with 77 additions and 8 deletions

View file

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