mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-22 17:17:17 +01:00
Stopped edge stripping when using Find in Files
(cherry picked from commit 0179791e85944cabd64534abaaf89cc067618f0f)
This commit is contained in:
parent
840c537d89
commit
cbfa40ae94
@ -448,8 +448,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 New Issue
Block a user