Revision 1575 org.gvsig.vectorediting/trunk/org.gvsig.vectorediting/org.gvsig.vectorediting.swing/org.gvsig.vectorediting.swing.impl/src/main/java/org/gvsig/vectorediting/swing/impl/contextmenu/EditingPointPanelView.java

View differences:

EditingPointPanelView.java
54 54

  
55 55
        initialize();
56 56

  
57
        addHierarchyChanged();
57
//        addHierarchyChanged();
58 58
    }
59 59

  
60
    /**
61
     * Adds an hierarchy listener to value text field. The purpose of this is
62
     * request focus when texfield ancestor gains focus.
63
     */
64
    private void addHierarchyChanged() {
65
        getXTextField().addHierarchyListener(new DefaultHierarchyListener());
66
    }
60
//    /**
61
//     * Adds an hierarchy listener to value text field. The purpose of this is
62
//     * request focus when texfield ancestor gains focus.
63
//     */
64
//    private void addHierarchyChanged() {
65
//        getXTextField().addHierarchyListener(new DefaultHierarchyListener());
66
//    }
67 67

  
68 68
    private void initialize() {
69 69
        setLayout(new GridBagLayout());

Also available in: Unified diff