mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-14 17:03:40 +02:00
luainstance.cpp fix button color
This commit is contained in:
@@ -1792,7 +1792,7 @@ int CLuaInstance::CWindowNew(lua_State *L)
|
|||||||
}
|
}
|
||||||
if (!btnBlue.empty()){
|
if (!btnBlue.empty()){
|
||||||
button_label_s btnSblue;
|
button_label_s btnSblue;
|
||||||
btnSblue.button = NEUTRINO_ICON_BUTTON_YELLOW;
|
btnSblue.button = NEUTRINO_ICON_BUTTON_BLUE;
|
||||||
btnSblue.text = btnBlue;
|
btnSblue.text = btnBlue;
|
||||||
buttons.push_back(btnSblue);
|
buttons.push_back(btnSblue);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user