You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-22 15:06:45 +00:00
Fixed undo redo interaction with find replace
This commit is contained in:
@@ -148,6 +148,7 @@ void FindReplaceDialog::_replace_skip_callback() {
|
|||||||
|
|
||||||
void FindReplaceDialog::_replace() {
|
void FindReplaceDialog::_replace() {
|
||||||
|
|
||||||
|
text_edit->begin_complex_operation();
|
||||||
if (is_replace_all_mode()) {
|
if (is_replace_all_mode()) {
|
||||||
|
|
||||||
//line as x so it gets priority in comparison, column as y
|
//line as x so it gets priority in comparison, column as y
|
||||||
@@ -228,7 +229,7 @@ void FindReplaceDialog::_replace() {
|
|||||||
|
|
||||||
_search();
|
_search();
|
||||||
}
|
}
|
||||||
|
text_edit->end_complex_operation();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user