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

(-)a/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/PartServiceImpl.java (+3 lines)
Lines 1156-1161 Link Here
1156
					if (isActiveChild) {
1156
					if (isActiveChild) {
1157
						part.getContext().deactivate();
1157
						part.getContext().deactivate();
1158
					}
1158
					}
1159
					if (activePart == toBeRemoved) {
1160
						activePart = null;
1161
					}
1159
				} else {
1162
				} else {
1160
					// activate our candidate
1163
					// activate our candidate
1161
					activate(activationCandidate);
1164
					activate(activationCandidate);

Return to bug 417122