CompEvol / BeastFX

GUIs for BEAST using Java FX to make things more pretty.
GNU Lesser General Public License v2.1
4 stars 2 forks source link

LogCombiner GUI should pick up burn-in more robustly #41

Open rbouckaert opened 1 year ago

rbouckaert commented 1 year ago

When changing the burnin in the GUI a return key is required for the value to be accepted. When no return key is pressed, switching focus to another burnin value resets the just edited burnin value. However, focusing outside the list of log files does not cause the value to change, but the value entered is not accepted.

Values entered in the burnin entry should be processed after releasing a key.