mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
listframe: fix m_nNrOfPages value for empty pages
Origin commit data
------------------
Branch: ni/coolstream
Commit: 74e9223e50
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-02-16 (Sat, 16 Feb 2019)
Origin message was:
------------------
- listframe: fix m_nNrOfPages value for empty pages
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -336,7 +336,7 @@ void CListFrame::onNewLineArray(void)
|
|||||||
m_nCurrentLine = 0;
|
m_nCurrentLine = 0;
|
||||||
m_nSelectedLine = 0;
|
m_nSelectedLine = 0;
|
||||||
m_nLinesPerPage = 1;
|
m_nLinesPerPage = 1;
|
||||||
m_nNrOfPages = 0;
|
m_nNrOfPages = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
// TRACE_1(" m_nNrOfPages: %d\r\n",m_nNrOfPages);
|
// TRACE_1(" m_nNrOfPages: %d\r\n",m_nNrOfPages);
|
||||||
|
Reference in New Issue
Block a user