mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
textbox: fix getopt_padding call
Bug introduced because of the previous fix. Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
2836c98ee5
commit
55c0163332
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ luaA_textbox_margin(lua_State *L)
|
|||
|
||||
if(lua_gettop(L) == 2)
|
||||
{
|
||||
d->margin = luaA_getopt_padding(L, 3, &d->margin);
|
||||
d->margin = luaA_getopt_padding(L, 2, &d->margin);
|
||||
widget_invalidate_bywidget(widget);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue