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
This commit is contained in:
2016-12-27 21:02:34 +01:00
parent 2889fbd70d
commit 4cdae3fdf6
2 changed files with 3 additions and 4 deletions

View File

@@ -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();