mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-15 16:45:08 +01:00
(svn r18948) -Fix: removing a newgrf from the list didn't update the scrollbar
This commit is contained in:
parent
81882039e3
commit
ea227aa033
@ -768,7 +768,7 @@ struct NewGRFWindow : public Window {
|
|||||||
|
|
||||||
this->sel = newsel;
|
this->sel = newsel;
|
||||||
this->preset = -1;
|
this->preset = -1;
|
||||||
this->InvalidateData();
|
this->InvalidateData(3);
|
||||||
this->DeleteChildWindows(WC_QUERY_STRING); // Remove the parameter query window
|
this->DeleteChildWindows(WC_QUERY_STRING); // Remove the parameter query window
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user