Fix the display problem in resize dialog in the new editor.
This commit is contained in:
parent
9fbaecb561
commit
7cc30fe5af
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ void teditor_resize_map::pre_show(CVideo& /*video*/, twindow& window)
|
|||
VALIDATE(old_height, missing_widget("old_height"));
|
||||
old_width->set_label(lexical_cast<std::string>(old_width_));
|
||||
old_height->set_label(lexical_cast<std::string>(old_height_));
|
||||
window.recalculate_size();
|
||||
}
|
||||
|
||||
} // namespace gui2
|
||||
|
|
Loading…
Add table
Reference in a new issue