Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnrico Turri <enricoturri@seznam.cz>2018-11-22 13:31:53 +0300
committerEnrico Turri <enricoturri@seznam.cz>2018-11-22 13:31:53 +0300
commite247b532fbd20d1177215c849237c9f3bcc32a87 (patch)
treeb2a45cdf284a4282970e7f54a096736586eec398 /src/slic3r/GUI/MainFrame.hpp
parentc494dec1c416c34820e6c2507a94d84f65c37eb7 (diff)
Added Edit -> Delete all menu item
Diffstat (limited to 'src/slic3r/GUI/MainFrame.hpp')
-rw-r--r--src/slic3r/GUI/MainFrame.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/slic3r/GUI/MainFrame.hpp b/src/slic3r/GUI/MainFrame.hpp
index 488d0bd04..2ee46cbb1 100644
--- a/src/slic3r/GUI/MainFrame.hpp
+++ b/src/slic3r/GUI/MainFrame.hpp
@@ -73,6 +73,7 @@ class MainFrame : public wxFrame
bool can_change_view() const;
bool can_select() const;
bool can_delete() const;
+ bool can_delete_all() const;
#endif // ENABLE_NEW_MENU_LAYOUT
public: