mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-21 14:53:02 +01:00
Address review comments
This commit is contained in:
committed by
Gymnasiast
parent
c8a5af02a5
commit
34fa06cd29
@@ -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);
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user