mirror of
https://github.com/Relintai/godot-engine.file-editor.git
synced 2024-11-12 22:27:22 +01:00
Fix the search and replace menus.
This commit is contained in:
parent
4b839233a3
commit
6fde633b1a
@ -388,9 +388,9 @@ func _on_file_btn_pressed(index : int):
|
||||
FileMenuOptions.FILE_MENU_OPTION_DELETE:
|
||||
delete_selected_file()
|
||||
FileMenuOptions.FILE_MENU_OPTION_SEARCH:
|
||||
current_editor.open_searchbox()
|
||||
current_editor.open_search_box()
|
||||
FileMenuOptions.FILE_MENU_OPTION_REPLACE:
|
||||
current_editor.open_replacebox()
|
||||
current_editor.open_replace_box()
|
||||
|
||||
func _on_preview_btn_pressed(id : int):
|
||||
if id == 0:
|
||||
|
Loading…
Reference in New Issue
Block a user