mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user