From 8adab6ec2891b0df7b803b06cc720fc41ab7258b Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Sat, 13 Nov 2021 18:56:46 +0100 Subject: [PATCH] upnpbrowser: remove 2nd paramter from image->setHeight(h_image) not required, use default value --- 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 37a8b3bbf..55ce2af60 100644 --- a/src/gui/upnpbrowser.cpp +++ b/src/gui/upnpbrowser.cpp @@ -1171,7 +1171,7 @@ void CUpnpBrowserGui::paintItemInfo(UPnPEntry *entry) image->SetTransparent(CFrameBuffer::TM_BLACK); } image->setPicture(tmpname); - image->setHeight(h_image, true); + image->setHeight(h_image); int x_image = infobox.getXPos() + infobox.getWidth() - image->getWidth() - OFFSET_INTER - infobox.getCornerRadius(); image->setXPos(x_image); }else{