- colors: add COL_SCROLLBAR_ACTIVE wrapper

This commit is contained in:
vanhofen
2016-10-10 14:19:54 +02:00
committed by svenhoefer
parent abd3f97e9d
commit 7e7d4e5fc1
24 changed files with 32 additions and 24 deletions

View File

@@ -382,7 +382,7 @@ void CListFrame::refreshScroll(void)
frameBuffer->paintBoxRel(m_cFrameScrollRel.iX + SCROLL_MARKER_BORDER+m_cFrame.iX,
m_cFrameScrollRel.iY + m_nCurrentPage * marker_size +m_cFrame.iY,
m_cFrameScrollRel.iWidth - (2*SCROLL_MARKER_BORDER),
marker_size, COL_MENUCONTENT_PLUS_3);
marker_size, COL_SCROLLBAR_ACTIVE_PLUS_0);
}
else
{