phylotastic hackathon at NESCENT 120607
[jalview.git] / forester / java / src / org / forester / archaeopteryx / TreePanel.java
index 096c8d5..5bd03f3 100644 (file)
@@ -3670,7 +3670,7 @@ public final class TreePanel extends JPanel implements ActionListener, MouseWhee
                                final int graphics_file_height,
                                final int graphics_file_x,
                                final int graphics_file_y ) {
-        if ( _phylogeny == null || _phylogeny.isEmpty() ) {
+        if ( ( _phylogeny == null ) || _phylogeny.isEmpty() ) {
             return;
         }
         if ( _control_panel.isShowSequenceRelations() ) {