mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-03 10:51:05 +02:00
themes: move rounded corners to theme section
Origin commit data
------------------
Commit: 77b62807db
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-02-11 (Mon, 11 Feb 2019)
This commit is contained in:
@@ -1344,7 +1344,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