Call for label redrawing on a size change.
This commit is contained in:
parent
782807c2f9
commit
8981813b9b
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue