mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
FIX: font of object list
Change-Id: Ifb198a8b6af89ee9a089d88d98d495821b5fce7e
This commit is contained in:
parent
b96ca57fde
commit
21d13646d8
5 changed files with 23 additions and 4 deletions
|
@ -284,7 +284,6 @@ wxBoxSizer *PreferencesDialog::create_item_loglevel_combobox(wxString title, wxW
|
|||
|
||||
std::vector<wxString>::iterator iter;
|
||||
for (iter = vlist.begin(); iter != vlist.end(); iter++) { combobox->Append(*iter); }
|
||||
m_sizer_combox->Add(combobox, 0, wxALIGN_CENTER, 0);
|
||||
|
||||
auto severity_level = app_config->get("severity_level");
|
||||
if (!severity_level.empty()) { combobox->SetValue(severity_level); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue