Fix [change_theme] not updating themed map borders correctly in some cases

This commit is contained in:
Iris Morelle 2018-05-20 22:50:45 -04:00
parent 711e9a287d
commit 6158b80c94

View file

@ -282,6 +282,7 @@ void display::set_theme(config theme_cfg) {
action_buttons_.clear();
create_buttons();
invalidate_theme();
rebuild_all();
redraw_everything();
}