mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 01:41:12 +02:00
src/gui/upnpbrowser.cpp kill infobox and timebox
Origin commit data
------------------
Commit: 9a0bcf0dc5
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-10-07 (Sat, 07 Oct 2017)
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