Revision 6738

View differences:

trunk/applications/appgvSIG/src/com/iver/cit/gvsig/gui/layout/Popupmenu.java
150 150
            });
151 151
        m_terminate.addActionListener(new ActionListener() {
152 152
            public void actionPerformed(ActionEvent e) {
153
            	m_layout.delLastPoint();
154
                m_layout.endGraphic();
153
            	m_layout.endGraphic();
155 154
            }
156 155
        });
157 156
        this.show(m_layout, m_p.x, m_p.y);

Also available in: Unified diff