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 248057 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/mylyn/internal/tasks/ui/editors/TaskEditorCommentPart.java (+10 lines)
Lines 341-346 Link Here
341
						EditorUtil.toggleExpandableComposite(false, composite);
341
						EditorUtil.toggleExpandableComposite(false, composite);
342
					}
342
					}
343
				}
343
				}
344
345
				for (Section section : subSections) {
346
					if (section.isDisposed()) {
347
						continue;
348
					}
349
350
					if (section.isExpanded()) {
351
						EditorUtil.toggleExpandableComposite(false, section);
352
					}
353
				}
344
			} finally {
354
			} finally {
345
				getTaskEditorPage().setReflow(true);
355
				getTaskEditorPage().setReflow(true);
346
			}
356
			}

Return to bug 248057