mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-14 00:43:42 +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()){
|
||||
button_label_s btnSblue;
|
||||
btnSblue.button = NEUTRINO_ICON_BUTTON_YELLOW;
|
||||
btnSblue.button = NEUTRINO_ICON_BUTTON_BLUE;
|
||||
btnSblue.text = btnBlue;
|
||||
buttons.push_back(btnSblue);
|
||||
}
|
||||
|
Reference in New Issue
Block a user