gui/moviebrowser.cpp: handle marked items also in last play/record views

Origin commit data
------------------
Branch: ni/coolstream
Commit: 2a6dbb75a7
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-09-22 (Mon, 22 Sep 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2014-09-22 19:48:35 +04:00
parent 1e49e5d6f5
commit d3278a1a55
3 changed files with 50 additions and 4 deletions

View File

@@ -141,6 +141,12 @@ class CListFrame
bool setTitle(char* title);
bool setSelectedLine(int selection);
void setSelectedMarked(bool enable);
void clearMarked()
{
if (m_pLines)
for (unsigned i = 0; i < m_pLines->marked.size(); i++)
m_pLines->marked[i] = false;
}
void hide(void);
void paint(void);