- listframe: fix m_nNrOfPages value for empty pages

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2019-02-16 23:19:04 +01:00
committed by Thilo Graf
parent a6a5170732
commit de0d46e085

View File

@@ -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);