mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 15:44:12 -06:00
Correct show_preset_comboboxes
This commit is contained in:
parent
709b898eba
commit
da16b28c14
6 changed files with 80 additions and 22 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue