CChannelList/CUpnpBrowserGui: add missing reinit for corner modes

Required eg. if corner settings has been changed by user on runtime.
This commit is contained in:
2017-04-23 15:06:16 +02:00
parent d3f27914e3
commit 0943c467e2
2 changed files with 7 additions and 1 deletions

View File

@@ -2119,6 +2119,7 @@ void CChannelList::paintHead()
}
header->setDimensionsAll(x, y, full_width, theight);
header->setCorner(RADIUS_LARGE, CORNER_TOP);
if (bouquet && bouquet->zapitBouquet && bouquet->zapitBouquet->bLocked != g_settings.parentallock_defaultlocked)
header->setIcon(NEUTRINO_ICON_LOCK);