Revision 22072 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/project/documents/view/toc/gui/TOC.java

View differences:

TOC.java
629 629
        			// double click with left button ON A BRANCH/NODE (layer)
630 630
        			if (e.getClickCount()>=2 && e.getButton() == MouseEvent.BUTTON1) {
631 631
        				e.consume();
632
        				System.err.println("paso por aqu? en "+System.currentTimeMillis());
633 632
        				PluginServices.getMDIManager().setWaitCursor();
634 633
        				try {
635 634
        					TocItemBranch leaf = (TocItemBranch) node.getUserObject();

Also available in: Unified diff