(svn r13818) -Fix [FS#2157]: Deselect currently selected NewGRF when changing GRF preset.
--- a/src/newgrf_gui.cpp Thu Jul 24 16:23:55 2008 +0000
+++ b/src/newgrf_gui.cpp Thu Jul 24 18:29:01 2008 +0000
@@ -593,6 +593,7 @@
}
}
+ this->sel = NULL;
this->SetupNewGRFWindow();
this->SetDirty();
}