misc fixes

This commit is contained in:
SoftFever 2023-08-27 11:28:01 +08:00
parent c3d9ace470
commit 012f113eae
4 changed files with 26 additions and 15 deletions

View file

@ -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"));