rambaut / beast-mcmc

Automatically exported from code.google.com/p/beast-mcmc
0 stars 0 forks source link

Species tree prior is locked #536

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
similar to Issue 485:   BEAUti trunk: tree prior is locked at Coalescent Constant

Original issue reported on code.google.com by dong.w.xie@gmail.com on 8 Nov 2011 at 11:30

GoogleCodeExporter commented 9 years ago
        // this makes sure treePriorCombo selects correct prior
        treePriorCombo.setSelectedItem(type);
        if (treePriorCombo.getSelectedItem() == null) {
            treePriorCombo.setSelectedIndex(0);
        }

Original comment by dong.w.xie@gmail.com on 8 Nov 2011 at 11:31