mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +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)
|
||||
{
|
||||
if (pos < 0){
|
||||
if (dline)
|
||||
if (dline){
|
||||
dline->kill();
|
||||
infobox.kill();
|
||||
timebox.kill();
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user