This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 125700
Collapse All | Expand All

(-)a/mercurial/src/org/netbeans/modules/mercurial/ui/properties/HgProperties.java (-1 lines)
Lines 188-194 public class HgProperties implements Lis Link Here
188
        HgPropertiesNode[] hgPropertiesNodes = propTable.getNodes();
188
        HgPropertiesNode[] hgPropertiesNodes = propTable.getNodes();
189
        if (lastIndex >= 0) {
189
        if (lastIndex >= 0) {
190
            hgPropertiesNodes[lastIndex].setValue(getPropertyValue());
190
            hgPropertiesNodes[lastIndex].setValue(getPropertyValue());
191
            propTable.setNodes(hgPropertiesNodes);
192
        }
191
        }
193
        panel.txtAreaValue.setText(hgPropertiesNodes[index].getValue());
192
        panel.txtAreaValue.setText(hgPropertiesNodes[index].getValue());
194
        lastIndex = index;
193
        lastIndex = index;

Return to bug 125700