Author: dazarov
Date: 2007-07-26 09:59:11 -0400 (Thu, 26 Jul 2007)
New Revision: 2681
Modified:
trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui.veditor/src/org/jboss/tools/hibernate/ui/veditor/editors/model/ExpandeableShape.java
Log:
http://jira.jboss.com/jira/browse/EXIN-365
Modified:
trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui.veditor/src/org/jboss/tools/hibernate/ui/veditor/editors/model/ExpandeableShape.java
===================================================================
---
trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui.veditor/src/org/jboss/tools/hibernate/ui/veditor/editors/model/ExpandeableShape.java 2007-07-26
13:57:14 UTC (rev 2680)
+++
trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui.veditor/src/org/jboss/tools/hibernate/ui/veditor/editors/model/ExpandeableShape.java 2007-07-26
13:59:11 UTC (rev 2681)
@@ -22,8 +22,8 @@
public static final String SHOW_REFERENCES = "show references";
- protected boolean refHide = false;
- protected boolean first=true;
+ protected boolean refHide = true;
+ protected boolean first=false;
private OrmShape reference=null;