mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 18:01:06 +02:00
luainstance.cpp fix button color
Origin commit data
------------------
Commit: cdae30fe5e
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-05-03 (Sun, 03 May 2015)
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