View | Details | Raw Unified | Return to bug 168582 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/gef/tools/TargetingTool.java (+9 lines)
Lines 393-396 Link Here
393
		return false;
393
		return false;
394
}
394
}
395
395
396
397
/**
398
 * Gets the autoexpose helper.
399
 * @return Returns the autoexpose helper.
400
 */
401
protected AutoexposeHelper getAutoexposeHelper() {
402
    return exposeHelper;
403
}
404
396
}
405
}

Return to bug 168582