Fixing issues with display of images in the supplemental data view
[taxeditor.git] / taxeditor-editor / src / main / java / eu / etaxonomy / taxeditor / section / supplemental / ImageFileElement.java
index 59454fcb84ff9d8f259297744bfb4bfabbee9230..529a9dae1cbd6f45d6f35d9b1f9cdb854cad76d8 100644 (file)
@@ -118,8 +118,8 @@ public class ImageFileElement extends AbstractMediaRepresentationPartElement<Ima
                                
                                element_image.loadImage(new Runnable(){
                                        public void run() {
-                                               getLayoutComposite().layout();
                                                EditorUtil.reflowDetailsViewer();
+                                               EditorUtil.reflowSupplementalViewer();
                                        }
                                });