Skip to content

Commit

Permalink
bugfix: Refresh all panels when WHDLoad action from Quickstart is tak…
Browse files Browse the repository at this point in the history
…en (fixes #1383)
  • Loading branch information
midwan committed Aug 2, 2024
1 parent 649155d commit 6c7b584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osdep/gui/PanelQuickstart.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -436,8 +436,8 @@ class QSWHDLoadActionListener : public gcn::ActionListener
}
whdload_auto_prefs(&changed_prefs, whdload_prefs.whdload_filename.c_str());
}
refresh_all_panels();
}
refresh_all_panels();
}
};

Expand Down

0 comments on commit 6c7b584

Please sign in to comment.