From 368e04520df2192f23309a39802d4a1eee48aad6 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 25 Jul 2007 11:27:30 +0000 Subject: (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 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/terraform_gui.cpp') diff --git a/src/terraform_gui.cpp b/src/terraform_gui.cpp index 4bd990674..75c46b68b 100644 --- a/src/terraform_gui.cpp +++ b/src/terraform_gui.cpp @@ -295,5 +295,7 @@ void ShowTerraformToolbar(Window *link) */ w->top = 22; link->left = w->left - link->width; + + SetWindowDirty(link); } } -- cgit v1.2.3-54-g00ecf