Call for label redrawing on a size change.

This commit is contained in:
fendrin 2013-05-05 13:03:47 +02:00
parent 782807c2f9
commit 8981813b9b

View file

@ -859,6 +859,7 @@ void editor_controller::display_redraw_callback(display& disp)
{
set_button_state(disp);
toolkit_->adjust_size();
context_manager_->get_map_context().get_labels().recalculate_labels();
}
void editor_controller::undo()