Skip to content

Commit

Permalink
bugfix: the floppy dropdown wasn't updated properly after a selection (
Browse files Browse the repository at this point in the history
…fixes #1334)
  • Loading branch information
midwan committed May 26, 2024
1 parent d8cb9f3 commit 0a67ebb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/osdep/gui/PanelQuickstart.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,7 @@ class QSDiskActionListener : public gcn::ActionListener
disk_insert(i, changed_prefs.floppyslots[i].df);
lstMRUDiskList.erase(lstMRUDiskList.begin() + idx);
lstMRUDiskList.insert(lstMRUDiskList.begin(), changed_prefs.floppyslots[i].df);
RefreshDiskListModel();
bIgnoreListChange = true;
cboqsDFxFile[i]->setSelected(0);
bIgnoreListChange = false;
Expand Down

0 comments on commit 0a67ebb

Please sign in to comment.