Project

General

Profile

« Previous | Next » 

Revision 1727d7d6

Added by Katja Luther over 6 years ago

catch another widgetIsDisposed error

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/element/CdmFormFactory.java
538 538
            if (control.equals(formElement.getLayoutComposite())) {
539 539
                continue;
540 540
            } else {
541
                control.dispose();
541
                if (control != null && !control.isDisposed()){
542
                    control.dispose();
543
                }
542 544
                control = null;
543 545
            }
544 546
        }

Also available in: Unified diff