Skip to content

Commit

Permalink
Insert the most recent entries to the AbstractFxList at the top (row …
Browse files Browse the repository at this point in the history
…zero)
  • Loading branch information
jeffplourde committed Apr 21, 2015
1 parent 55a7c7e commit 236c978
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -140,7 +140,7 @@ public void conditionChanged(Condition condition) {
try {
F x = fxClass.newInstance();
x.update(d, si);
add(x);
add(0, x);
} catch (Exception e) {
log.error("Unable to create a new instance of fx object", e);
}
Expand Down

0 comments on commit 236c978

Please sign in to comment.