Fixed minor graphical glitch since last commit :)

This commit is contained in:
Kristoffer Erlandsson 2004-06-20 21:31:31 +00:00
parent 01d0eeb6f1
commit a89e203914
2 changed files with 1 additions and 1 deletions

View file

@ -129,6 +129,7 @@ map_editor::map_editor(display &gui, gamemap &map, config &theme, config &game_c
palette_.adjust_size();
brush_.adjust_size();
events::raise_draw_event();
redraw_everything();
}
map_editor::~map_editor() {

View file

@ -73,7 +73,6 @@ void terrain_palette::adjust_size() {
top_button_.set_dirty();
bot_button_.set_dirty();
bg_backup();
gui_.invalidate_all();
set_dirty();
}