cc_frm_footer: overload font option with old familiar font

Origin commit data
------------------
Branch: ni/coolstream
Commit: 13966c519b
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-14 (Sun, 14 Aug 2016)

Origin message was:
------------------
- cc_frm_footer: overload font option with old familiar font

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2016-08-14 22:17:59 +02:00
parent 1c1c5a05f3
commit f167c6bc4c
2 changed files with 2 additions and 2 deletions

View File

@@ -26,6 +26,7 @@
#include "cc_frm_header.h"
#include "cc_frm_button.h"
#include <global.h>
#include <gui/widget/buttons.h> //for compatibility with 'button_label' type
//for 'button_label' type with string
@@ -135,7 +136,7 @@ class CComponentsFooter : public CComponentsHeader
const struct button_label * const content,
const int& label_width = 0,
const int& context_buttons = 0,
Font* font = NULL,
Font* font = g_Font[SNeutrinoSettings::FONT_TYPE_INFOBAR_SMALL],
bool do_save_bg = CC_SAVE_SCREEN_NO
);