Fix the display problem in resize dialog in the new editor.

This commit is contained in:
Mark de Wever 2008-08-08 17:39:06 +00:00
parent 9fbaecb561
commit 7cc30fe5af

View file

@ -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