From 4c5ceb1a97324a0293c1334faa2eb4bc5855644c Mon Sep 17 00:00:00 2001 From: Johannes Witt Date: Thu, 6 Jan 2022 22:01:01 +0100 Subject: Rename GraphEdit connection_drag_begun to connection_drag_started --- doc/classes/GraphEdit.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'doc') diff --git a/doc/classes/GraphEdit.xml b/doc/classes/GraphEdit.xml index be6d9e07c3..46960d7cc4 100644 --- a/doc/classes/GraphEdit.xml +++ b/doc/classes/GraphEdit.xml @@ -113,7 +113,7 @@ Ends the creation of the current connection. In other words, if you are dragging a connection you can use this method to abort the process and remove the line that followed your cursor. - This is best used together with [signal connection_drag_begun] and [signal connection_drag_ended] to add custom behavior like node addition through shortcuts. + This is best used together with [signal connection_drag_started] and [signal connection_drag_ended] to add custom behavior like node addition through shortcuts. [b]Note:[/b] This method suppresses any other connection request signals apart from [signal connection_drag_ended]. @@ -249,7 +249,12 @@ Emitted at the beginning of a GraphNode movement. - + + + Emitted at the end of a connection drag. + + + @@ -257,11 +262,6 @@ Emitted at the beginning of a connection drag. - - - Emitted at the end of a connection drag. - - -- cgit v1.2.3