(svn r10685) -Fix [FS#1076]: graphical glitches when the "link landscape toolbar" patch is turned on when opening one of the construction toolbars.
--- 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);
}
}