fix widget not redrawing after wesnoth.set_dialog_canvas
This commit is contained in:
parent
c978954a43
commit
b6d89addd3
1 changed files with 1 additions and 0 deletions
|
@ -646,6 +646,7 @@ int intf_set_dialog_canvas(lua_State *L)
|
||||||
|
|
||||||
config cfg = luaW_checkconfig(L, 2);
|
config cfg = luaW_checkconfig(L, 2);
|
||||||
cv[i - 1].set_cfg(cfg);
|
cv[i - 1].set_cfg(cfg);
|
||||||
|
c->set_dirty(true);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue