mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
- lua_cc_text: fix CCTextNew default values
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -80,7 +80,7 @@ int CLuaInstCCText::CCTextNew(lua_State *L)
|
|||||||
lua_assert(lua_istable(L,1));
|
lua_assert(lua_istable(L,1));
|
||||||
|
|
||||||
CLuaCCWindow* parent = NULL;
|
CLuaCCWindow* parent = NULL;
|
||||||
lua_Integer x=10, y=10, dx=-1, dy=-1;
|
lua_Integer x=OFFSET_INNER_MID, y=OFFSET_INNER_SMALL, dx=-1, dy=-1;
|
||||||
std::string text = "";
|
std::string text = "";
|
||||||
std::string tmpMode = "";
|
std::string tmpMode = "";
|
||||||
lua_Integer mode = CTextBox::AUTO_WIDTH;
|
lua_Integer mode = CTextBox::AUTO_WIDTH;
|
||||||
|
Reference in New Issue
Block a user