Project

General

Profile

« Previous | Next » 

Revision 6f1e2526

Added by Patrick Plitzner almost 5 years ago

ref #8129 Fix refresh bug when adding a new empty media to a term

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/media/MediaDetailElement.java
166 166
                lblNoImage.setLayoutData(LayoutConstants.FILL_HORIZONTALLY(2, 1));
167 167
                lblNoImage.setAlignment(SWT.CENTER);
168 168
            }
169
            getLayoutComposite().redraw();
169
            StoreUtil.reflowParentScrolledForm(getLayoutComposite(), true);
170 170
        });
171 171
    }
172 172

  

Also available in: Unified diff