textbox: do not invalidate on _index
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
00721a15ea
commit
2da065329b
|
@ -121,8 +121,6 @@ luaA_textbox_index(lua_State *L, awesome_token_t token)
|
||||||
default:
|
default:
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
widget_invalidate_bywidget(*widget);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/** The __newindex method for a textbox object.
|
/** The __newindex method for a textbox object.
|
||||||
|
|
Loading…
Reference in New Issue