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 87b1ce19ff Pipeline graph goes into drag mode on click the preview 
data icon #6285 (#6286)
87b1ce19ff is described below

commit 87b1ce19ff40f221c10d1ab8095ba8aaab8e9b72
Author: Nicolas Adment <[email protected]>
AuthorDate: Thu Jan 1 15:16:09 2026 +0100

    Pipeline graph goes into drag mode on click the preview data icon #6285 
(#6286)
---
 .../org/apache/hop/ui/hopgui/file/pipeline/HopGuiPipelineGraph.java   | 4 ++++
 1 file changed, 4 insertions(+)

diff --git 
a/ui/src/main/java/org/apache/hop/ui/hopgui/file/pipeline/HopGuiPipelineGraph.java
 
b/ui/src/main/java/org/apache/hop/ui/hopgui/file/pipeline/HopGuiPipelineGraph.java
index 1ec73c2042..1372f23149 100644
--- 
a/ui/src/main/java/org/apache/hop/ui/hopgui/file/pipeline/HopGuiPipelineGraph.java
+++ 
b/ui/src/main/java/org/apache/hop/ui/hopgui/file/pipeline/HopGuiPipelineGraph.java
@@ -709,6 +709,10 @@ public class HopGuiPipelineGraph extends 
HopGuiAbstractGraph
           done = true;
           break;
 
+        case TRANSFORM_OUTPUT_DATA:
+          done = true;
+          break;
+
         case HOP_COPY_ICON:
           done = true;
           break;

Reply via email to