mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
FIX: [STUDIO-3097] The issue of changing the region in preferences
but keeping the region unchanged Change-Id: I17b16145a9da2ae94354174a9b660e3183927025
This commit is contained in:
@@ -268,7 +268,7 @@ wxBoxSizer *PreferencesDialog::create_item_region_combobox(wxString title, wxWin
|
||||
area = "US";
|
||||
else
|
||||
area = "Others";*/
|
||||
|
||||
combobox->SetSelection(region_index);
|
||||
NetworkAgent* agent = wxGetApp().getAgent();
|
||||
AppConfig* config = GUI::wxGetApp().app_config;
|
||||
if (agent) {
|
||||
|
||||
Reference in New Issue
Block a user