listframe: fix painting of scroolbar backround on empty pages

Origin commit data
------------------
Branch: ni/coolstream
Commit: 3e551d8d71
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-02-17 (Sun, 17 Feb 2019)

Origin message was:
------------------
- listframe: fix painting of scroolbar backround on empty pages

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2019-02-17 00:04:03 +01:00
parent 579aa9a859
commit 3b46c47684

View File

@@ -377,7 +377,7 @@ void CListFrame::refreshScroll(void)
if (1)
{
frameBuffer->paintBoxRel(m_cFrameScrollRel.iX+m_cFrame.iX, m_cFrameScrollRel.iY+m_cFrame.iY,
m_cFrameScrollRel.iWidth, m_cFrameHeaderListRel.iHeight, COL_MENUCONTENT_PLUS_0,
m_cFrameScrollRel.iWidth, m_cFrameScrollRel.iHeight, COL_MENUCONTENT_PLUS_0,
m_nBgRadius, CORNER_BOTTOM_RIGHT);
}