Do not refresh document editor by default.
authorMathieu Baudier <mbaudier@argeo.org>
Thu, 15 Jul 2021 08:22:23 +0000 (10:22 +0200)
committerMathieu Baudier <mbaudier@argeo.org>
Thu, 15 Jul 2021 08:22:23 +0000 (10:22 +0200)
publishing/org.argeo.publishing.ui/src/org/argeo/docbook/ui/DocumentTextEditor.java

index bd7534e3683b6f44c6750435c800994b5055d9c8..61c0120e5ec722fdcc9645b24e5d0058f060e6eb 100644 (file)
@@ -15,7 +15,7 @@ public class DocumentTextEditor extends AbstractDbkViewer {
 
        public DocumentTextEditor(Composite parent, int style, Node textNode, CmsEditable cmsEditable) {
                super(new TextSection(parent, style, textNode), style, cmsEditable);
-               refresh();
+//             refresh();
                getMainSection().setLayoutData(CmsUiUtils.fillWidth());
        }