mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
Fix compile error at src/gui/audioplayer.cpp
- Complement to commitaa65a61
Origin commit data ------------------ Branch: ni/coolstream Commit:01f3a56229
Author: Michael Liebmann <tuxcode.bbg@gmail.com> Date: 2016-10-10 (Mon, 10 Oct 2016) ------------------ This commit was generated by Migit
This commit is contained in:
@@ -1825,7 +1825,7 @@ void CAudioPlayerGui::paintItemID3DetailsLine (int pos)
|
|||||||
{
|
{
|
||||||
int xpos = m_x - ConnectLineBox_Width;
|
int xpos = m_x - ConnectLineBox_Width;
|
||||||
int ypos1 = m_y + m_title_height + m_theight + pos*m_fheight;
|
int ypos1 = m_y + m_title_height + m_theight + pos*m_fheight;
|
||||||
int ypos2 = m_y + (m_height - m_info_height) + INFO_BOX_Y_OFFSET;
|
int ypos2 = m_y + (m_height - m_info_height) + OFFSET_INTER;
|
||||||
int ypos1a = ypos1 + (m_fheight / 2);
|
int ypos1a = ypos1 + (m_fheight / 2);
|
||||||
int ypos2a = ypos2 + (m_info_height / 2);
|
int ypos2a = ypos2 + (m_info_height / 2);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user