(svn r10685) -Fix [FS#1076]: graphical glitches when the "link landscape toolbar" patch is turned on when opening one of the construction toolbars.
authorrubidium
Wed, 25 Jul 2007 11:27:30 +0000
changeset 7818 a4a667e7ee03
parent 7817 f24498d934ac
child 7819 694a7dacd30a
(svn r10685) -Fix [FS#1076]: graphical glitches when the "link landscape toolbar" patch is turned on when opening one of the construction toolbars.
src/terraform_gui.cpp
--- a/src/terraform_gui.cpp	Wed Jul 25 00:16:30 2007 +0000
+++ b/src/terraform_gui.cpp	Wed Jul 25 11:27:30 2007 +0000
@@ -295,5 +295,7 @@
 		 */
 		w->top = 22;
 		link->left = w->left - link->width;
+
+		SetWindowDirty(link);
 	}
 }