diff --git a/src/newgrf_gui.cpp b/src/newgrf_gui.cpp index 5134317646..87a37e9b61 100644 --- a/src/newgrf_gui.cpp +++ b/src/newgrf_gui.cpp @@ -593,6 +593,7 @@ struct NewGRFWindow : public Window { } } + this->sel = NULL; this->SetupNewGRFWindow(); this->SetDirty(); }