Skip to content

Commit

Permalink
Added update method to typePropertyListeners (#5917)
Browse files Browse the repository at this point in the history
  • Loading branch information
calixtus authored Feb 3, 2020
1 parent 7893631 commit 0d42a87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/jabref/gui/entryeditor/SourceTab.java
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ protected void bindToEntry(BibEntry entry) {

updateCodeArea();

entry.typeProperty().addListener(listener -> updateCodeArea());
entry.getFieldsObservable().addListener((InvalidationListener) listener -> updateCodeArea());
}

Expand Down

0 comments on commit 0d42a87

Please sign in to comment.