File diff r20299:a72ff66cd42f → r20300:c9a1fb7bc57b
src/newgrf_gui.cpp
Show inline comments
 
@@ -646,7 +646,7 @@ struct NewGRFWindow : public Window, New
 

	
 
		this->querystrings[WID_NS_FILTER] = &this->filter_editbox;
 
		this->filter_editbox.cancel_button = QueryString::ACTION_CLEAR;
 
		this->SetFocusedWidget(WID_NS_FILTER);
 
		if (editable) this->SetFocusedWidget(WID_NS_FILTER);
 

	
 
		this->avails.SetListing(this->last_sorting);
 
		this->avails.SetFiltering(this->last_filtering);