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-16 14:31:06 +0300
committerEnrico Turri <enricoturri@seznam.cz>2018-11-16 14:31:06 +0300
commit417783a4693da744f7f87c7e9eb96b88ebb62dc0 (patch)
tree33e08e5ae91faf42b10d3cecd62d0aa8b314113e /src/slic3r/GUI/MainFrame.hpp
parenta94c60442302e9c863bc69ab965fe86633274545 (diff)
View menu items enabled only when Plater is the current active tab
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 bb3b5776a..7722d0b65 100644
--- a/src/slic3r/GUI/MainFrame.hpp
+++ b/src/slic3r/GUI/MainFrame.hpp
@@ -73,6 +73,7 @@ class MainFrame : public wxFrame
bool can_save() const;
bool can_export_model() const;
bool can_export_gcode() const;
+ bool can_change_view() const;
#endif // ENABLE_NEW_MENU_LAYOUT
public: