Skip to content

Commit

Permalink
bugfix: #1507 Expansions GUI CPU board fixes
Browse files Browse the repository at this point in the history
When selecting a CPU board from the dropdown, the sub-options did not get enables as expected
  • Loading branch information
midwan committed Nov 22, 2024
1 parent f7f09bf commit 1718e2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/osdep/gui/PanelExpansions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1022,6 +1022,7 @@ class ExpansionsActionListener : public gcn::ActionListener
}
cpuboard_set_cpu(&changed_prefs);
setcpuboardmemsize();
enable_for_expansion2dlg();
values_to_expansion2dlg();
}
}
Expand All @@ -1041,6 +1042,7 @@ class ExpansionsActionListener : public gcn::ActionListener
}
cpuboard_set_cpu(&changed_prefs);
setcpuboardmemsize();
enable_for_expansion2dlg();
values_to_expansion2dlg();
}
}
Expand Down

0 comments on commit 1718e2c

Please sign in to comment.