Skip to content

Commit

Permalink
Merge pull request #5590 from MerryMage/vcd-refresh
Browse files Browse the repository at this point in the history
VideoConfigDiag: Refresh VideoConfig before opening configuration dialog
  • Loading branch information
leoetlino committed Jun 10, 2017
2 parents a371074 + 12e9ce4 commit f2a6e39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Core/DolphinWX/VideoConfigDiag.cpp
Expand Up @@ -375,6 +375,8 @@ VideoConfigDiag::VideoConfigDiag(wxWindow* parent, const std::string& title)
wxGetTranslation(StrToWxStr(title)))),
vconfig(g_Config)
{
vconfig.Refresh();

Bind(wxEVT_UPDATE_UI, &VideoConfigDiag::OnUpdateUI, this);

wxNotebook* const notebook = new wxNotebook(this, wxID_ANY);
Expand Down

0 comments on commit f2a6e39

Please sign in to comment.