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/Preset.hpp
parent9f1613bffb819faccee7748f3df865c2d90cc2fe (diff)
Ported show_preset_comboboxes function
Diffstat (limited to 'src/slic3r/GUI/Preset.hpp')
-rw-r--r--src/slic3r/GUI/Preset.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/slic3r/GUI/Preset.hpp b/src/slic3r/GUI/Preset.hpp
index bed936411..2d56e96c2 100644
--- a/src/slic3r/GUI/Preset.hpp
+++ b/src/slic3r/GUI/Preset.hpp
@@ -22,6 +22,7 @@ class PresetBundle;
namespace GUI {
class BitmapCache;
+ class PresetComboBox;
}
enum ConfigFileType
@@ -355,7 +356,7 @@ public:
// Update the choice UI from the list of presets.
// Only the compatible presets are shown.
// If an incompatible preset is selected, it is shown as well.
- void update_platter_ui(wxBitmapComboBox *ui);
+ void update_platter_ui(GUI::PresetComboBox *ui);
// Update a dirty floag of the current preset, update the labels of the UI component accordingly.
// Return true if the dirty flag changed.