mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +02:00
themes: move rounded corners to theme section
This commit is contained in:
@@ -1349,7 +1349,7 @@ void CMenuWidget::initSelectable()
|
||||
void CMenuWidget::paint()
|
||||
{
|
||||
if (header){
|
||||
if ((bool)header->getCornerRadius() != (bool)g_settings.rounded_corners) //ensure reset if corner mode was changed
|
||||
if ((bool)header->getCornerRadius() != (bool)g_settings.theme.rounded_corners) //ensure reset if corner mode was changed
|
||||
ResetModules();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user