Skip to content

Commit 0738c4d

Browse files
committed
make Application validate Inputs after setting Input values. fixes #97
1 parent 492abe7 commit 0738c4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/beastfx/app/tools/Application.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ public void parseArgs(String[] args, boolean sloppy) throws Exception {
290290
}
291291
}
292292

293+
myBeastObject.validateInputs();
293294
}
294295

295296
protected void parseArgs(JSONObject args) throws Exception {

0 commit comments

Comments
 (0)