CChannelList/CUpnpBrowserGui: add missing reinit for corner modes

Required eg. if corner settings has been changed by user on runtime.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 0943c467e2
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-04-23 (Sun, 23 Apr 2017)



------------------
This commit was generated by Migit
This commit is contained in:
2017-04-23 15:06:16 +02:00
parent 5752e1e855
commit 3d811a3370
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);