mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
misc fixes
This commit is contained in:
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user