mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06:00
misc fixes
This commit is contained in:
parent
c3d9ace470
commit
012f113eae
4 changed files with 26 additions and 15 deletions
|
@ -35,7 +35,7 @@ PlateSettingsDialog::PlateSettingsDialog(wxWindow* parent, wxWindowID id, const
|
|||
m_bed_type_choice->Append(to_bed_type_name(i));
|
||||
}
|
||||
|
||||
if (wxGetApp().preset_bundle->is_bbl_vendor())
|
||||
if (!wxGetApp().preset_bundle->is_bbl_vendor())
|
||||
m_bed_type_choice->Disable();
|
||||
|
||||
wxStaticText* m_bed_type_txt = new wxStaticText(this, wxID_ANY, _L("Bed type"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue