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:
authortetsuo55 <tetsuo55@users.sourceforge.net>2010-04-23 19:38:54 +0400
committertetsuo55 <tetsuo55@users.sourceforge.net>2010-04-23 19:38:54 +0400
commit090b69b0c4cb35a3c88cbe2616638c83271bd21a (patch)
treef06f06850797ca1141cc602cecfbe6b090e72a3d /src/apps/mplayerc/PlayerNavigationDialog.cpp
parent9b27a0c63e2cc685d6170843f1d91fc8bd8d38f8 (diff)
DVB-T changes: 1- DVB services Navigation Pannel in fullscreen only visible when moving mouse within the specific area (similar to control pannel); 2- DVB Services Navigation Pannel enabled/disabled options is now persistent. 3- fixed refresh channel list in DVB Services Navigation Pannel after scan. Patch by XPC1000
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1808 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/apps/mplayerc/PlayerNavigationDialog.cpp')
-rw-r--r--src/apps/mplayerc/PlayerNavigationDialog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/apps/mplayerc/PlayerNavigationDialog.cpp b/src/apps/mplayerc/PlayerNavigationDialog.cpp
index 26039a131..ba5124726 100644
--- a/src/apps/mplayerc/PlayerNavigationDialog.cpp
+++ b/src/apps/mplayerc/PlayerNavigationDialog.cpp
@@ -191,6 +191,7 @@ void CPlayerNavigationDialog::OnTunerScan()
TempWnd = static_cast<CPlayerNavigationBar*> (m_pParent) -> m_pParent;
static_cast<CMainFrame*> (TempWnd) -> OnTunerScan();
+ UpdateElementList();
}
void CPlayerNavigationDialog::OnSelChangeComboAudio()