summaryrefslogtreecommitdiffstats
path: root/editor/connections_dialog.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2018-09-11 17:05:55 +0200
committerGitHub <noreply@github.com>2018-09-11 17:05:55 +0200
commit10db0421db93f7b57ae05e067f27dba6e09e4761 (patch)
treefed0bc55df8d28a97d62b1537cd1859d36ce2a7d /editor/connections_dialog.cpp
parent4c37ea59be1e85b397c48577857b783db10f22d5 (diff)
parented8b75a3e1c3dd4934ba8bb5f7f7c58cffe559e0 (diff)
downloadredot-engine-10db0421db93f7b57ae05e067f27dba6e09e4761.tar.gz
Merge pull request #21974 from akien-mga/drop-property-editor
Replace last occurrences of PropertyEditor and drop its code
Diffstat (limited to 'editor/connections_dialog.cpp')
-rw-r--r--editor/connections_dialog.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/editor/connections_dialog.cpp b/editor/connections_dialog.cpp
index 85965768cc..02c0e2daaa 100644
--- a/editor/connections_dialog.cpp
+++ b/editor/connections_dialog.cpp
@@ -341,8 +341,7 @@ ConnectDialog::ConnectDialog() {
vbc_right->add_margin_child(TTR("Add Extra Call Argument:"), add_bind_hb);
- bind_editor = memnew(PropertyEditor);
- bind_editor->hide_top_label();
+ bind_editor = memnew(EditorInspector);
vbc_right->add_margin_child(TTR("Extra Call Arguments:"), bind_editor, true);