mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
CAudioPlayerGui: set missing corner mode for info box
This commit is contained in:
@@ -1931,6 +1931,7 @@ void CAudioPlayerGui::paintItemID3DetailsLine (int pos)
|
||||
// paint id3 infobox
|
||||
if (ibox == NULL)
|
||||
ibox = new CComponentsInfoBox(m_x, ypos2, m_width, m_info_height);
|
||||
ibox->setCornerRadius(RADIUS_LARGE);
|
||||
ibox->setYPos(ypos2);
|
||||
ibox->paint(false);
|
||||
|
||||
|
Reference in New Issue
Block a user