You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-19 14:31:59 +00:00
Stopped edge stripping when using Find in Files
This commit is contained in:
@@ -422,8 +422,7 @@ void FindInFilesDialog::set_find_in_files_mode(FindInFilesMode p_mode) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
String FindInFilesDialog::get_search_text() const {
|
String FindInFilesDialog::get_search_text() const {
|
||||||
String text = _search_text_line_edit->get_text();
|
return _search_text_line_edit->get_text();
|
||||||
return text.strip_edges();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
String FindInFilesDialog::get_replace_text() const {
|
String FindInFilesDialog::get_replace_text() const {
|
||||||
|
|||||||
Reference in New Issue
Block a user