mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +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
|
||||
{
|
||||
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_footer = false;
|
||||
cc_item_type.name = "wg.hint";}
|
||||
cc_item_type.name = "wg.hint";
|
||||
}
|
||||
public:
|
||||
/**CHint Constructor
|
||||
* @param[in] Text
|
||||
|
Reference in New Issue
Block a user