From 76064fc2ba9bb81c6eef55e97ecec8550978b49e Mon Sep 17 00:00:00 2001 From: YuSanka Date: Thu, 3 Nov 2022 15:24:23 +0100 Subject: [PATCH] Fix for #9100 - Search feature in the settings is broken - every time moves the cursor at the end of the text --- src/slic3r/GUI/Search.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/slic3r/GUI/Search.cpp b/src/slic3r/GUI/Search.cpp index 52e58193c..88d3e1376 100644 --- a/src/slic3r/GUI/Search.cpp +++ b/src/slic3r/GUI/Search.cpp @@ -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();