From 64fd6c9cc17a458ec4f574700005cba03abc87dd Mon Sep 17 00:00:00 2001 From: eavaria Date: Sun, 4 Dec 2011 20:57:30 -0200 Subject: [PATCH] added line #31 to make nodes fully active after they are created, instead of waiting MouseOver to show inside info --- public/javascripts/pjs/attribute.pjs | 1 + 1 file changed, 1 insertion(+) diff --git a/public/javascripts/pjs/attribute.pjs b/public/javascripts/pjs/attribute.pjs index 459c0a0..486024f 100644 --- a/public/javascripts/pjs/attribute.pjs +++ b/public/javascripts/pjs/attribute.pjs @@ -27,6 +27,7 @@ public class Attribute { this.label = label; this.name = label; this.resource = resource; + resource.setSelectedAttribute(this); } public void setPos(float x, float y) {