From a8e4cf97098ad814bc54c3db1886df476f9d7df6 Mon Sep 17 00:00:00 2001 From: Michael Liebmann Date: Sat, 12 Jul 2014 22:05:13 +0200 Subject: [PATCH] CUpnpBrowserGui::paintItemInfo: Set transparency for DisplayImage()... ...to CFrameBuffer::TM_NONE Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/de91201fa273d334f92b118bc757ca8bb561b1b7 Author: Michael Liebmann Date: 2014-07-12 (Sat, 12 Jul 2014) ------------------ This commit was generated by Migit --- src/gui/upnpbrowser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/upnpbrowser.cpp b/src/gui/upnpbrowser.cpp index 3a714e055..225c36f9b 100644 --- a/src/gui/upnpbrowser.cpp +++ b/src/gui/upnpbrowser.cpp @@ -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); } }