CAudioPlayer: adapt for last changes in CComponents

This commit is contained in:
2012-08-16 17:40:48 +02:00
parent b0f9cde09f
commit 14f8e63cc9

View File

@@ -1930,7 +1930,7 @@ void CAudioPlayerGui::paintItemID3DetailsLine (int pos)
// paint id3 infobox
if (ibox == NULL)
ibox = new CComponentsInfoBox(m_x, ypos2, m_width, m_info_height, CC_SHADOW_OFF);
ibox = new CComponentsInfoBox(m_x, ypos2, m_width, m_info_height);
ibox->setYPos(ypos2);
ibox->paint(false);