(svn r10685) -Fix [FS#1076]: graphical glitches when the "link landscape toolbar" patch is turned on when opening one of the construction toolbars.

This commit is contained in:
rubidium 2007-07-25 11:27:30 +00:00
parent b290268645
commit 122ce21f32
1 changed files with 2 additions and 0 deletions

View File

@ -295,5 +295,7 @@ void ShowTerraformToolbar(Window *link)
*/
w->top = 22;
link->left = w->left - link->width;
SetWindowDirty(link);
}
}