From 92f6fc51eeaf612375fd7338efed999f70bd3f30 Mon Sep 17 00:00:00 2001 From: Letitia Li <leli@enst.fr> Date: Tue, 24 May 2016 14:29:37 +0000 Subject: [PATCH] Component Transactions --- src/ui/TGComponent.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/TGComponent.java b/src/ui/TGComponent.java index 2f48eddf0f..33f312cfac 100755 --- a/src/ui/TGComponent.java +++ b/src/ui/TGComponent.java @@ -873,7 +873,7 @@ public abstract class TGComponent implements CDElement, GenericTree { g.drawString(transaction, x, y+100); int i=0; for (SimulationTransaction t:transactions){ - g.drawString(t.taskName + " "+t.command, x, y+100+10*i); + // g.drawString(t.taskName + " "+t.command, x, y+100+10*i); i++; } } -- GitLab