# HG changeset patch # User rubidium # Date 1185362850 0 # Node ID a4a667e7ee03aaf10a4ba223e9242d1e3f475de9 # Parent f24498d934ac68ff0df270b6c1ba8859e37fe950 (svn r10685) -Fix [FS#1076]: graphical glitches when the "link landscape toolbar" patch is turned on when opening one of the construction toolbars. diff -r f24498d934ac -r a4a667e7ee03 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); } }