Address review comments

This commit is contained in:
duncanspumpkin 2024-03-22 20:30:39 +00:00 committed by Gymnasiast
parent c8a5af02a5
commit 34fa06cd29
No known key found for this signature in database
GPG Key ID: DBFFF47AB2CA3EDD
2 changed files with 1 additions and 3 deletions

View File

@ -879,8 +879,6 @@ namespace OpenRCT2::Ui::Windows
WindowCloseByClass(WindowClass::Textinput);
// Enter in the text input buffer any existing
// text.
_textBoxInput = existingText;
_textInput = ContextStartTextInput(_textBoxInput, maxLength);

View File

@ -297,7 +297,7 @@ static Widget _trackListWidgets[] = {
}
break;
case WIDX_FILTER_STRING:
WindowStartTextbox(*this, widgetIndex, _filterString, sizeof(_filterString)); // TODO check this out
WindowStartTextbox(*this, widgetIndex, _filterString, sizeof(_filterString));
break;
case WIDX_FILTER_CLEAR:
// Keep the highlighted item selected