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 326330
Collapse All | Expand All

(-)src/org/eclipse/jface/dialogs/ProgressMonitorDialog.java (-5 / +2 lines)
Lines 355-365 Link Here
355
	 * only closes the dialog if there are no currently running runnables.
355
	 * only closes the dialog if there are no currently running runnables.
356
	 */
356
	 */
357
	public boolean close() {
357
	public boolean close() {
358
		if (getNestingDepth() <= 0) {
358
		clearCursors();
359
			clearCursors();
359
		return super.close();
360
			return super.close();
361
		}
362
		return false;
363
	}
360
	}
364
361
365
	/**
362
	/**

Return to bug 326330