Syntax Menu as sub-menu of Edit
Moved syntax menu to be sub-menu of edit, as-well made choices radio buttons
This commit is contained in:
parent
ff0d295d9e
commit
bc666c42ff
2 changed files with 22 additions and 11 deletions
|
|
@ -49,8 +49,8 @@ class ScriptTextEditor : public ScriptEditorBase {
|
|||
HBoxContainer *edit_hb;
|
||||
|
||||
MenuButton *edit_menu;
|
||||
MenuButton *highlighter_menu;
|
||||
MenuButton *search_menu;
|
||||
PopupMenu *highlighter_menu;
|
||||
PopupMenu *context_menu;
|
||||
|
||||
GotoLineDialog *goto_line_dialog;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue