mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
- listframe: fix m_nNrOfPages value for empty pages
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -336,7 +336,7 @@ void CListFrame::onNewLineArray(void)
|
||||
m_nCurrentLine = 0;
|
||||
m_nSelectedLine = 0;
|
||||
m_nLinesPerPage = 1;
|
||||
m_nNrOfPages = 0;
|
||||
m_nNrOfPages = 1;
|
||||
}
|
||||
|
||||
// TRACE_1(" m_nNrOfPages: %d\r\n",m_nNrOfPages);
|
||||
|
Reference in New Issue
Block a user