CUpnpBrowserGui::paintItemInfo: Set transparency for DisplayImage()...

...to CFrameBuffer::TM_NONE


Origin commit data
------------------
Branch: ni/coolstream
Commit: de91201fa2
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-07-12 (Sat, 12 Jul 2014)



------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2014-07-12 22:05:13 +02:00
parent ce8f23bd69
commit a8e4cf9709

View File

@@ -1124,7 +1124,7 @@ void CUpnpBrowserGui::paintItemInfo(UPnPEntry *entry)
g_PicViewer->rescaleImageDimensions(&flogo_w, &flogo_h, m_title_height*2, m_title_height-14);
}
}
g_PicViewer->DisplayImage(tmpname.c_str(), m_x+m_width-flogo_w-2-RADIUS_MID, m_y + 2, flogo_w, flogo_h);
g_PicViewer->DisplayImage(tmpname.c_str(), m_x+m_width-flogo_w-2-RADIUS_MID, m_y + 2, flogo_w, flogo_h, CFrameBuffer::TM_NONE);
}
}