(svn r1485) -Fix: [1031451] Catchment area shows when buying sign. Catchment area wasn't reset when road station window was unselected

-Fix: small GUI glitch in terraform toolbar
This commit is contained in:
darkvater
2005-01-12 00:50:08 +00:00
parent 1a450b0b39
commit ff23795f5b
2 changed files with 10 additions and 15 deletions

View File

@@ -200,7 +200,7 @@ static const Widget _terraform_widgets[] = {
};
static const WindowDesc _terraform_desc = {
640-157, 22+36, 157, 36,
640-157, 22+36, 158, 36,
WC_SCEN_LAND_GEN,0,
WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_STICKY_BUTTON,
_terraform_widgets,