mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
luainstance.cpp fix button color
Origin commit data
------------------
Branch: ni/coolstream
Commit: cdae30fe5e
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-05-03 (Sun, 03 May 2015)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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