Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 281534
Collapse All | Expand All

(-)js/org/eclipse/swt/widgets/Tree.js (-1 / +1 lines)
Lines 44-50 Link Here
44
    this._tree = new qx.ui.tree.Tree( trs );
44
    this._tree = new qx.ui.tree.Tree( trs );
45
    this._tree.setHideNode( true );
45
    this._tree.setHideNode( true );
46
    this._tree.setRootOpenClose( true );
46
    this._tree.setRootOpenClose( true );
47
    this._tree.setUseDoubleClick( false );  // true supresses dblclick events !
47
    this._tree.setUseDoubleClick( true );
48
    this._tree.setOverflow( qx.constant.Style.OVERFLOW_AUTO );
48
    this._tree.setOverflow( qx.constant.Style.OVERFLOW_AUTO );
49
49
50
    // TODO [rh] this is only to make the tree focusable at all
50
    // TODO [rh] this is only to make the tree focusable at all

Return to bug 281534