fix widget not redrawing after wesnoth.set_dialog_canvas

This commit is contained in:
gfgtdf 2016-01-28 02:02:48 +01:00
parent c978954a43
commit b6d89addd3

View file

@ -646,6 +646,7 @@ int intf_set_dialog_canvas(lua_State *L)
config cfg = luaW_checkconfig(L, 2);
cv[i - 1].set_cfg(cfg);
c->set_dirty(true);
return 0;
}