From a8ac739a5e677a51d85818f003531edf3f2518fd Mon Sep 17 00:00:00 2001 From: Kanabenki <18357657+Kanabenki@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:21:26 +0200 Subject: Add Undo Close Tab option in tabs context menu --- editor/editor_node.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'editor/editor_node.h') 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); -- cgit v1.2.3