1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-08-01 11:25:50 +00:00

Correct show_preset_comboboxes

This commit is contained in:
YuSanka
2018-08-07 17:23:48 +02:00
parent 709b898eba
commit da16b28c14
6 changed files with 80 additions and 22 deletions
+1 -1
View File
@@ -357,7 +357,7 @@ class TabSLAMaterial : public Tab
public:
TabSLAMaterial() {}
TabSLAMaterial(wxNotebook* parent, bool no_controller) :
Tab(parent, _(L("SLA Material Settings")), "sla_material", no_controller) {}
Tab(parent, _(L("SLA Material Settings")), "material", no_controller) {}
~TabSLAMaterial(){}
void build() override;