1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-09 12:50:35 +00:00

Move "Go to Line..." from "Edit" to "Go To" in text editor

This commit is contained in:
Michael Alexsander Silva Dias
2019-08-09 17:23:42 -03:00
parent 71a6d2cd17
commit 68ce87fbab
2 changed files with 28 additions and 21 deletions

View File

@@ -46,7 +46,7 @@ private:
MenuButton *edit_menu;
PopupMenu *highlighter_menu;
MenuButton *search_menu;
MenuButton *bookmarks_menu;
PopupMenu *bookmarks_menu;
PopupMenu *context_menu;
GotoLineDialog *goto_line_dialog;