Fix for #9100 - Search feature in the settings is broken - every time moves the cursor at the end of the text
This commit is contained in:
parent
2eb363bc64
commit
76064fc2ba
@ -594,8 +594,6 @@ void SearchDialog::ProcessSelection(wxDataViewItem selection)
|
||||
|
||||
void SearchDialog::OnInputText(wxCommandEvent&)
|
||||
{
|
||||
search_line->SetInsertionPointEnd();
|
||||
|
||||
wxString input_string = search_line->GetValue();
|
||||
if (input_string == default_string)
|
||||
input_string.Clear();
|
||||
|
Loading…
Reference in New Issue
Block a user