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

(cherry picked from commit 6158b80c94)
This commit is contained in:
Iris Morelle 2018-05-20 22:50:45 -04:00 committed by josteph
parent 8033e252d4
commit c0fd17628e

View file

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