Do not refresh document editor by default.
[gpl/argeo-suite.git] / 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);
 
        public DocumentTextEditor(Composite parent, int style, Node textNode, CmsEditable cmsEditable) {
                super(new TextSection(parent, style, textNode), style, cmsEditable);
-               refresh();
+//             refresh();
                getMainSection().setLayoutData(CmsUiUtils.fillWidth());
        }
 
                getMainSection().setLayoutData(CmsUiUtils.fillWidth());
        }