(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 c4c20c324f
commit c0ef9a4ab8

View File

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