mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
src/gui/upnpbrowser.cpp kill infobox and timebox
This commit is contained in:
@@ -1226,8 +1226,11 @@ void CUpnpBrowserGui::paintDetails(UPnPEntry *entry, bool use_playing)
|
|||||||
void CUpnpBrowserGui::paintItem2DetailsLine(int pos)
|
void CUpnpBrowserGui::paintItem2DetailsLine(int pos)
|
||||||
{
|
{
|
||||||
if (pos < 0){
|
if (pos < 0){
|
||||||
if (dline)
|
if (dline){
|
||||||
dline->kill();
|
dline->kill();
|
||||||
|
infobox.kill();
|
||||||
|
timebox.kill();
|
||||||
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user