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>2018-10-09 13:41:05 +0300
committerYuSanka <yusanka@gmail.com>2018-10-09 13:41:05 +0300
commit085020a8145d73dfebd65358c9c25406372cffad (patch)
tree8c8aac3cfdb932709fe03addd69c572519b5ba34 /src/slic3r/GUI/MainFrame.hpp
parent9f1613bffb819faccee7748f3df865c2d90cc2fe (diff)
Ported show_preset_comboboxes function
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 03b27a98b..aa2041a36 100644
--- a/src/slic3r/GUI/MainFrame.hpp
+++ b/src/slic3r/GUI/MainFrame.hpp
@@ -73,6 +73,7 @@ class MainFrame : public wxFrame
std::string get_dir_name(const wxString full_name) const ;
void on_presets_changed(SimpleEvent&);
+ void on_value_changed(wxCommandEvent&);
Tab* get_tab(const std::string& name);
public: