Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuSanka <yusanka@gmail.com>2018-04-06 16:42:52 +0300
committerYuSanka <yusanka@gmail.com>2018-04-06 16:42:52 +0300
commit004f9ba1e5457203057b8cb2dad04c089bd64acf (patch)
tree60a0cf8b9168a13a8ab03e3b2bc38347fd883e52 /xs/src/slic3r/GUI/Tab.hpp
parente4b767e8403c1c860c36598e822b02d6c2bbfc2d (diff)
Added update_tab_presets functions to m_cc_preset_choise filling
Diffstat (limited to 'xs/src/slic3r/GUI/Tab.hpp')
-rw-r--r--xs/src/slic3r/GUI/Tab.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/xs/src/slic3r/GUI/Tab.hpp b/xs/src/slic3r/GUI/Tab.hpp
index 075eab218..5e2eec80d 100644
--- a/xs/src/slic3r/GUI/Tab.hpp
+++ b/xs/src/slic3r/GUI/Tab.hpp
@@ -196,6 +196,7 @@ public:
protected:
void on_presets_changed();
void update_frequently_changed_parameters();
+ void update_tab_presets(wxComboCtrl* ui, bool show_incompatible);
};
//Slic3r::GUI::Tab::Print;