bugfix: #1507 Expansions GUI CPU board fixes

When selecting a CPU board from the dropdown, the sub-options did not get enables as expected
This commit is contained in:
Dimitris Panokostas 2024-11-22 18:38:44 +01:00
parent f7f09bfa2f
commit 1718e2cc37
No known key found for this signature in database
GPG Key ID: 330156A68E9E0929

View File

@ -1022,6 +1022,7 @@ public:
}
cpuboard_set_cpu(&changed_prefs);
setcpuboardmemsize();
enable_for_expansion2dlg();
values_to_expansion2dlg();
}
}
@ -1041,6 +1042,7 @@ public:
}
cpuboard_set_cpu(&changed_prefs);
setcpuboardmemsize();
enable_for_expansion2dlg();
values_to_expansion2dlg();
}
}