Author: mordante
Date: Mon Aug 18 18:45:11 2008
New Revision: 28723
URL: http://svn.gna.org/viewcvs/wesnoth?rev=28723&view=rev
Log:
Fix a redraw glitch upon resizing the window.
Modified:
trunk/src/gui/widgets/window.cpp
Modified: trunk/src/gui/widgets/window.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/gui/widgets/window.cpp?rev=28723&r1=28722&r2=28723&view=diff
==============================================================================
--- trunk/src/gui/widgets/window.cpp (original)
+++ trunk/src/gui/widgets/window.cpp Mon Aug 18 18:45:11 2008
@@ -243,7 +243,7 @@
log_scope2(gui_draw, "Window: draw child.");
- itor->draw(window_, false, false);
+ itor->draw(window_, full_redraw, full_redraw);
}
if(full_redraw) {
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits