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/GLCanvas3DManager.hpp
parentc6b597b8138f464265d26def3d3cba60f21fb140 (diff)
Added menu Edit -> Select all
Diffstat (limited to 'src/slic3r/GUI/GLCanvas3DManager.hpp')
-rw-r--r--src/slic3r/GUI/GLCanvas3DManager.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/slic3r/GUI/GLCanvas3DManager.hpp b/src/slic3r/GUI/GLCanvas3DManager.hpp
index 881befa1b..e03f780c8 100644
--- a/src/slic3r/GUI/GLCanvas3DManager.hpp
+++ b/src/slic3r/GUI/GLCanvas3DManager.hpp
@@ -130,6 +130,7 @@ public:
void render(wxGLCanvas* canvas) const;
+ void select_all(wxGLCanvas* canvas);
void delete_selected(wxGLCanvas* canvas);
void ensure_on_bed(wxGLCanvas* canvas, unsigned int object_idx);