mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
- hintbox: just code formatting
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -345,10 +345,13 @@ optional disable/enable background
|
|||||||
class CHint : public CHintBox
|
class CHint : public CHintBox
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
void initHint(bool enable_bg) { paint_bg = enable_bg;
|
void initHint(bool enable_bg)
|
||||||
|
{
|
||||||
|
paint_bg = enable_bg;
|
||||||
ccw_show_header = false;
|
ccw_show_header = false;
|
||||||
ccw_show_footer = false;
|
ccw_show_footer = false;
|
||||||
cc_item_type.name = "wg.hint";}
|
cc_item_type.name = "wg.hint";
|
||||||
|
}
|
||||||
public:
|
public:
|
||||||
/**CHint Constructor
|
/**CHint Constructor
|
||||||
* @param[in] Text
|
* @param[in] Text
|
||||||
|
Reference in New Issue
Block a user