mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
- cc_frm_footer: overload font option with old familiar font
This commit is contained in:
@@ -25,7 +25,6 @@
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <global.h>
|
||||
#include <neutrino.h>
|
||||
#include "cc_frm_footer.h"
|
||||
#include <system/debug.h>
|
||||
|
@@ -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
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user