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:
authorYuSanka <yusanka@gmail.com>2019-06-03 15:52:15 +0300
committerYuSanka <yusanka@gmail.com>2019-06-03 15:59:16 +0300
commit0ee0b546df7f2f002543d580c9860b14611f1af4 (patch)
tree6b39bb83776c4d18b8c635ff4ea2a2ea388f3dd3 /src/slic3r/GUI/GUI_App.hpp
parent3d8bd85187674f18f2fd2fde4479eee707f33bd3 (diff)
Fixed a bug with a "gear" button near the filament preset (part of #2440)
Diffstat (limited to 'src/slic3r/GUI/GUI_App.hpp')
-rw-r--r--src/slic3r/GUI/GUI_App.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/slic3r/GUI/GUI_App.hpp b/src/slic3r/GUI/GUI_App.hpp
index b70f0dc16..3f8b23e2d 100644
--- a/src/slic3r/GUI/GUI_App.hpp
+++ b/src/slic3r/GUI/GUI_App.hpp
@@ -166,6 +166,7 @@ public:
wxNotebook* tab_panel() const ;
int extruders_cnt() const;
+ int extruders_edited_cnt() const;
std::vector<Tab *> tabs_list;