mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
moviebrowser.cpp: fix position of top marker for details line
Top marker was painted at wrong y position.
Origin commit data
------------------
Commit: 7cff6f52a2
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-02-23 (Sat, 23 Feb 2019)
This commit is contained in:
@@ -1645,7 +1645,7 @@ void CMovieBrowser::refreshDetailsLine(int pos)
|
||||
int theight = m_pcBrowser->getTitleHeight();
|
||||
|
||||
int xpos = m_cBoxFrameBrowserList.iX - DETAILSLINE_WIDTH;
|
||||
int ypos1 = m_cBoxFrameBrowserList.iY + hheight + theight + OFFSET_INNER_MID + pos*fheight + (fheight/2);
|
||||
int ypos1 = m_cBoxFrameBrowserList.iY + hheight + theight + pos*fheight + (fheight/2);
|
||||
int ypos2 = m_cBoxFrameInfo1.iY + (m_cBoxFrameInfo1.iHeight/2);
|
||||
|
||||
if (m_detailsLine == NULL)
|
||||
|
Reference in New Issue
Block a user