1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-29 17:39:09 +00:00

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

This commit is contained in:
2008-07-24 18:29:01 +00:00
parent 97eeb07201
commit b98deeb5cc

View File

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