diff options
| author | Juan Linietsky | 2017-09-14 10:38:59 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2017-09-14 10:39:47 -0300 |
| commit | 7e3c5043c1a676c69a3b81bbfb3ac95997f1ab1c (patch) | |
| tree | 93d9eb8d3b212644cc18ce9ee356dabd88961df8 /editor/editor_node.h | |
| parent | 8c08f2380d30e300f4f80dd292e9ff83f7bb84fd (diff) | |
| download | godot-7e3c5043c1a676c69a3b81bbfb3ac95997f1ab1c.tar.gz godot-7e3c5043c1a676c69a3b81bbfb3ac95997f1ab1c.tar.zst godot-7e3c5043c1a676c69a3b81bbfb3ac95997f1ab1c.zip | |
Diffstat (limited to 'editor/editor_node.h')
| -rw-r--r-- | editor/editor_node.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/editor/editor_node.h b/editor/editor_node.h index ea74bcbd9..5c6c5be4c 100644 --- a/editor/editor_node.h +++ b/editor/editor_node.h @@ -262,6 +262,9 @@ private: Button *property_forward; SceneTreeDock *scene_tree_dock; PropertyEditor *property_editor; + Button *property_editable_warning; + AcceptDialog *property_editable_warning_dialog; + void _property_editable_warning_pressed(); NodeDock *node_dock; ImportDock *import_dock; VBoxContainer *prop_editor_vb; @@ -606,6 +609,7 @@ private: void _license_tree_selected(); + protected: void _notification(int p_what); static void _bind_methods(); |
