mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
menue.cpp: dont use one-time init of a variable that could be changed on runtime
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -112,7 +112,7 @@ class CMenuItem : public CComponentsSignals
|
||||
void setIconName();
|
||||
CMenuWidget* parent_widget;
|
||||
protected:
|
||||
int x, y, dx, offx, name_start_x, icon_frame_w;
|
||||
int x, y, dx, offx, name_start_x;
|
||||
bool used;
|
||||
fb_pixel_t item_color, item_bgcolor;
|
||||
bool initModeCondition(const int& stb_mode);
|
||||
|
Reference in New Issue
Block a user