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-21 17:28:35 +0300
committerEnrico Turri <enricoturri@seznam.cz>2018-11-21 17:28:35 +0300
commit681beeadf61292ff938b32959dc0af98c73361e5 (patch)
treeb12707304a74f79211c0df80eb3c96de16815502 /src/slic3r/GUI/MainFrame.hpp
parentc6b597b8138f464265d26def3d3cba60f21fb140 (diff)
Added menu Edit -> Select all
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 8cac3e8e2..8b534e324 100644
--- a/src/slic3r/GUI/MainFrame.hpp
+++ b/src/slic3r/GUI/MainFrame.hpp
@@ -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: