mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
audioplayer: fix coordinates to clear title-box
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0dfe5becbb
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-06-27 (Tue, 27 Jun 2017)
Origin message was:
------------------
- audioplayer: fix coordinates to clear title-box
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1733,7 +1733,7 @@ void CAudioPlayerGui::paintTitleBox()
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
if (m_state == CAudioPlayerGui::STOP && m_show_playlist)
|
if (m_state == CAudioPlayerGui::STOP && m_show_playlist)
|
||||||
m_frameBuffer->paintBackgroundBoxRel(m_x, m_y, m_width, m_title_height);
|
m_frameBuffer->paintBackgroundBoxRel(m_x, m_y, m_width + OFFSET_SHADOW, m_title_height + OFFSET_SHADOW);
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
// shadow
|
// shadow
|
||||||
|
Reference in New Issue
Block a user