mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-07 04:49:00 +00:00
Fix a redraw glitch upon resizing the window.
This commit is contained in:
parent
d7841dda63
commit
b6440d68ee
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user