This is an automated email from the ASF dual-hosted git repository.
hansva pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git
The following commit(s) were added to refs/heads/main by this push:
new 4ff78e75ab supress context dialog when clicking on hop icon, fixes
#7465 (#7467)
4ff78e75ab is described below
commit 4ff78e75ab1ffac0cf28f87d45f609ca53b33a88
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Thu Jul 9 11:34:24 2026 +0200
supress context dialog when clicking on hop icon, fixes #7465 (#7467)
---
.../org/apache/hop/ui/hopgui/file/workflow/HopGuiWorkflowGraph.java | 5 +++++
1 file changed, 5 insertions(+)
diff --git
a/ui/src/main/java/org/apache/hop/ui/hopgui/file/workflow/HopGuiWorkflowGraph.java
b/ui/src/main/java/org/apache/hop/ui/hopgui/file/workflow/HopGuiWorkflowGraph.java
index 2161bdb2e0..66dd39a54c 100644
---
a/ui/src/main/java/org/apache/hop/ui/hopgui/file/workflow/HopGuiWorkflowGraph.java
+++
b/ui/src/main/java/org/apache/hop/ui/hopgui/file/workflow/HopGuiWorkflowGraph.java
@@ -732,6 +732,11 @@ public class HopGuiWorkflowGraph extends
HopGuiAbstractGraph
new int[] {workflowMeta.indexOfWorkflowHop(hop)});
updateGui();
}
+ // Clicking the icon only changes the hop type, it should not open
the context dialog.
+ //
+ avoidContextDialog = true;
+ currentAction = null;
+ actionDragStartScreen = null;
done = true;
break;
case NOTE: