You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
@@ -766,9 +766,9 @@ void FindInFilesPanel::_on_replace_all_clicked() {
|
||||
if (!item->is_checked(0))
|
||||
continue;
|
||||
|
||||
Map<TreeItem *, Result>::Element *E = _result_items.find(item);
|
||||
ERR_FAIL_COND(E == NULL);
|
||||
locations.push_back(E->value());
|
||||
Map<TreeItem *, Result>::Element *F = _result_items.find(item);
|
||||
ERR_FAIL_COND(F == NULL);
|
||||
locations.push_back(F->value());
|
||||
}
|
||||
|
||||
if (locations.size() != 0) {
|
||||
|
||||
Reference in New Issue
Block a user