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-10 14:53:45 +0300
committerYuSanka <yusanka@gmail.com>2018-10-10 14:53:45 +0300
commit94da98c9c4f39bdea7e8b537bbc13760bd59359f (patch)
tree52daa23c8f17babd4de105ea9c0ae0711cc2f0ce /src/slic3r/GUI/PresetBundle.hpp
parent1b93b952a275ba4095ac0481644dfe94e9183e9e (diff)
Ported on_extruders_change and filament_color_box_lmouse_down(like a lambda-f inside PresetComboBox)
Diffstat (limited to 'src/slic3r/GUI/PresetBundle.hpp')
-rw-r--r--src/slic3r/GUI/PresetBundle.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slic3r/GUI/PresetBundle.hpp b/src/slic3r/GUI/PresetBundle.hpp
index 3cd8df54b..e116b0ff9 100644
--- a/src/slic3r/GUI/PresetBundle.hpp
+++ b/src/slic3r/GUI/PresetBundle.hpp
@@ -110,7 +110,7 @@ public:
void export_configbundle(const std::string &path); // , const DynamicPrintConfig &settings);
// Update a filament selection combo box on the platter for an idx_extruder.
- void update_platter_filament_ui(unsigned int idx_extruder, wxBitmapComboBox *ui);
+ void update_platter_filament_ui(unsigned int idx_extruder, GUI::PresetComboBox *ui);
// Enable / disable the "- default -" preset.
void set_default_suppressed(bool default_suppressed);