1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-22 15:23:01 +01:00

Address review comments

This commit is contained in:
duncanspumpkin
2024-03-22 20:30:39 +00:00
committed by Gymnasiast
parent c8a5af02a5
commit 34fa06cd29
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