mirror of
https://github.com/LIV2/amiberry.git
synced 2025-12-06 06:32:45 +00:00
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:
parent
f7f09bfa2f
commit
1718e2cc37
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user