Stopped edge stripping when using Find in Files
This commit is contained in:
parent
8c7be63588
commit
0179791e85
1 changed files with 1 additions and 2 deletions
|
@ -422,8 +422,7 @@ void FindInFilesDialog::set_find_in_files_mode(FindInFilesMode p_mode) {
|
|||
}
|
||||
|
||||
String FindInFilesDialog::get_search_text() const {
|
||||
String text = _search_text_line_edit->get_text();
|
||||
return text.strip_edges();
|
||||
return _search_text_line_edit->get_text();
|
||||
}
|
||||
|
||||
String FindInFilesDialog::get_replace_text() const {
|
||||
|
|
Loading…
Reference in a new issue