Fix a redraw glitch upon resizing the window.

This commit is contained in:
Mark de Wever 2008-08-18 16:45:11 +00:00
parent d7841dda63
commit b6440d68ee

View File

@ -243,7 +243,7 @@ void twindow::draw()
log_scope2(gui_draw, "Window: draw child.");
itor->draw(window_, false, false);
itor->draw(window_, full_redraw, full_redraw);
}
if(full_redraw) {