]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.browsing.ui.nattable/src/org/simantics/browsing/ui/nattable/TreeNode.java
Fix to NatTable graph explorer issue. (fixes #7786)
[simantics/platform.git] / bundles / org.simantics.browsing.ui.nattable / src / org / simantics / browsing / ui / nattable / TreeNode.java
index ae7baa7c51715eb95cfa0c52658731e81a12b0d5..269966c30722b0834b965362a17536c1bda1100e 100644 (file)
@@ -114,7 +114,7 @@ public class TreeNode implements IAdaptable {
        Map<String, String> runtimeLabels;
        
        public String getValueString(int column) {
-               if (column == 0)
+               if (labels == null)
                        initData();
                if (labeler != null) {
                        String key = explorerContext.getGe().getColumns()[column].getKey();