Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnderground78 <underground78@users.sourceforge.net>2012-06-10 14:00:37 +0400
committerUnderground78 <underground78@users.sourceforge.net>2012-06-10 14:00:37 +0400
commitede19a59392e7900d6e1aa8493efbba1cd769f8c (patch)
tree7b0d2dd5d426af3219364d48600727e059ee13e8
parent21d9d7a68f78bf73c714ac59d615d5f5754cfedd (diff)
Minor simplification for r5066.
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5067 10f7b99b-c216-0410-bff0-8a66a9350fd8
-rw-r--r--src/mpc-hc/MainFrm.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mpc-hc/MainFrm.cpp b/src/mpc-hc/MainFrm.cpp
index e2f8c02e6..25d403b94 100644
--- a/src/mpc-hc/MainFrm.cpp
+++ b/src/mpc-hc/MainFrm.cpp
@@ -3606,8 +3606,7 @@ void CMainFrame::OnFilePostClosemedia()
if (GetPlaybackMode() == PM_CAPTURE) {
// Restore the controls
- m_nCS = AfxGetAppSettings().nCS;
- ShowControls(m_nCS);
+ ShowControls(AfxGetAppSettings().nCS, true);
}
RecalcLayout();