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>2019-05-14 12:57:39 +0300
committerEnrico Turri <enricoturri@seznam.cz>2019-05-14 12:57:39 +0300
commit14c4469cbfb1d86d429e4a1ed17a89699baa8b8e (patch)
tree703c2c8bbf3bf43ced9cd5c16066da59ba933f72 /src/slic3r/GUI/MainFrame.hpp
parentc4c292168de506971033dd53cae4cedde07af0c5 (diff)
Added Esc shortcut and menu item for command deselect 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 f3d582681..b5d875cbf 100644
--- a/src/slic3r/GUI/MainFrame.hpp
+++ b/src/slic3r/GUI/MainFrame.hpp
@@ -68,6 +68,7 @@ class MainFrame : public DPIFrame
bool can_slice() const;
bool can_change_view() const;
bool can_select() const;
+ bool can_deselect() const;
bool can_delete() const;
bool can_delete_all() const;