Added menu Edit -> Delete selected
This commit is contained in:
parent
681beeadf6
commit
3e939a7496
4 changed files with 15 additions and 0 deletions
src/slic3r/GUI
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue