summaryrefslogtreecommitdiff
path: root/editor/editor_node.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2019-07-30 00:26:48 +0200
committerGitHub <noreply@github.com>2019-07-30 00:26:48 +0200
commitffab25c95a52857d65be9755f4ec750b0a53429c (patch)
tree0510872e9d3b618cec7e28aee7bbbeaa6373f569 /editor/editor_node.h
parent73d2a997616be6b91bc1fecbf4745abe88f85a92 (diff)
parenta8ac739a5e677a51d85818f003531edf3f2518fd (diff)
Merge pull request #27952 from Kanabenki/undo-close-tab
Add Undo Close Tab option in tabs context menu
Diffstat (limited to 'editor/editor_node.h')
-rw-r--r--editor/editor_node.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/editor_node.h b/editor/editor_node.h
index bd7bb58f41..75827cc65f 100644
--- a/editor/editor_node.h
+++ b/editor/editor_node.h
@@ -461,6 +461,8 @@ private:
void _tool_menu_option(int p_idx);
void _update_debug_options();
+ void _update_file_menu_opened();
+ void _update_file_menu_closed();
void _on_plugin_ready(Object *p_script, const String &p_activate_name);