(svn r13818) -Fix [FS#2157]: Deselect currently selected NewGRF when changing GRF preset.

This commit is contained in:
peter1138 2008-07-24 18:29:01 +00:00
parent 97eeb07201
commit b98deeb5cc
1 changed files with 1 additions and 0 deletions

View File

@ -593,6 +593,7 @@ struct NewGRFWindow : public Window {
}
}
this->sel = NULL;
this->SetupNewGRFWindow();
this->SetDirty();
}