mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
gui/moviebrowser.cpp: handle marked items also in last play/record views
Origin commit data
------------------
Commit: 2a6dbb75a7
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-09-22 (Mon, 22 Sep 2014)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user