mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 14:27:16 +00:00
(svn r20217) -Fix [FS#3969]: Invalidate saveload GUI after rescanning NewGRFs.
This commit is contained in:
parent
b59a6a53de
commit
b71aabdfb7
@ -632,6 +632,7 @@ struct NewGRFWindow : public QueryStringBaseWindow {
|
|||||||
this->avails.ForceRebuild();
|
this->avails.ForceRebuild();
|
||||||
this->InvalidateData(1);
|
this->InvalidateData(1);
|
||||||
this->DeleteChildWindows(WC_QUERY_STRING); // Remove the parameter query window
|
this->DeleteChildWindows(WC_QUERY_STRING); // Remove the parameter query window
|
||||||
|
InvalidateWindowClassesData(WC_SAVELOAD);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user