mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06: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:
parent
46fa0867fb
commit
4b2d52ac0c
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ wxBoxSizer *PreferencesDialog::create_item_region_combobox(wxString title, wxWin
|
||||||
area = "US";
|
area = "US";
|
||||||
else
|
else
|
||||||
area = "Others";*/
|
area = "Others";*/
|
||||||
|
combobox->SetSelection(region_index);
|
||||||
NetworkAgent* agent = wxGetApp().getAgent();
|
NetworkAgent* agent = wxGetApp().getAgent();
|
||||||
AppConfig* config = GUI::wxGetApp().app_config;
|
AppConfig* config = GUI::wxGetApp().app_config;
|
||||||
if (agent) {
|
if (agent) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue