mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
CComponentsHeader: declare l_font, s_font as global
Useful for init in header sub classes. So its possible to use
other prefined size mode fonts
Origin commit data
------------------
Commit: 4cdae3fdf6
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-12-27 (Tue, 27 Dec 2016)
This commit is contained in:
@@ -67,7 +67,7 @@ class CComponentsHeader : public CComponentsForm, public CCTextScreen
|
||||
///property: caption text color, see also setCaptionColor()
|
||||
fb_pixel_t cch_col_text;
|
||||
///property: caption font, see also setCaptionFont()
|
||||
Font* cch_font;
|
||||
Font* cch_font, *l_font, *s_font;
|
||||
///reset font
|
||||
void resetFont();
|
||||
|
||||
|
Reference in New Issue
Block a user