Community
Participate
Working Groups
EditorUtil.toggleExpandableComposite(false, composite);
}
for (Section section : subSections) {
if (section.isDisposed()) {
continue;
if (section.isExpanded()) {
EditorUtil.toggleExpandableComposite(false, section);
} finally {
getTaskEditorPage().setReflow(true);