mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
listframe.cpp: remove unneeded offset
Bottom of text was over painted
This commit is contained in:
@@ -478,7 +478,7 @@ void CListFrame::refreshHeaderList(void)
|
|||||||
|
|
||||||
int width;
|
int width;
|
||||||
int x = m_cFrameHeaderListRel.iX + OFFSET_INNER_MID;
|
int x = m_cFrameHeaderListRel.iX + OFFSET_INNER_MID;
|
||||||
int y = m_cFrameHeaderListRel.iY + m_nFontHeaderListHeight + 2;
|
int y = m_cFrameHeaderListRel.iY + m_nFontHeaderListHeight;
|
||||||
int net_width = m_cFrameHeaderListRel.iWidth - OFFSET_INNER_SMALL * (m_pLines->rows - 1);
|
int net_width = m_cFrameHeaderListRel.iWidth - OFFSET_INNER_SMALL * (m_pLines->rows - 1);
|
||||||
bool loop = true;
|
bool loop = true;
|
||||||
for(int row = 0; row < m_pLines->rows && loop == true; row++)
|
for(int row = 0; row < m_pLines->rows && loop == true; row++)
|
||||||
|
Reference in New Issue
Block a user