Show browser preview only then editor area is visible
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / phpeditor / CompilationUnitEditorActionContributor.java
index 1e62f92..524e966 100644 (file)
@@ -53,7 +53,7 @@ public class CompilationUnitEditorActionContributor extends BasicEditorActionCon
       }
 
       PHPeclipsePlugin.getDefault().setLastEditorFile(file);
-
       ShowExternalPreviewAction fShowExternalPreviewAction = ShowExternalPreviewAction.getInstance();
       fShowExternalPreviewAction.setEditor(textEditor);
       fShowExternalPreviewAction.update();