mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
CComponents: move variable cc_gradientData, paintGradient into base class
Variable now usable via g_settings in all subclasses. enable/disable. TODO: gradient type handling
This commit is contained in:
@@ -200,7 +200,6 @@ void CComponentsWindow::initHeader()
|
||||
ccw_head->setCaption(ccw_caption, ccw_align_mode);
|
||||
ccw_head->setContextButton(ccw_buttons);
|
||||
ccw_head->setCorner(corner_rad, CORNER_TOP);
|
||||
ccw_head->setPaintGradient(g_settings.gradiant);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user