Skip to content

Commit

Permalink
fix merge, move code to new PreviewViewer
Browse files Browse the repository at this point in the history
  • Loading branch information
Siedlerchr committed May 6, 2019
1 parent 84758a7 commit 75d3ca3
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 419 deletions.
1 change: 0 additions & 1 deletion src/main/java/org/jabref/gui/BasePanel.java
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ public BasePanel(JabRefFrame frame, BasePanelPreferences preferences, BibDatabas
this.entryEditor = new EntryEditor(this, preferences.getEntryEditorPreferences(), Globals.getFileUpdateMonitor(), dialogService, externalFileTypes, Globals.TASK_EXECUTOR);

this.preview = new PreviewPanel(getBibDatabaseContext(), this, dialogService, externalFileTypes, Globals.getKeyPrefs(), preferences.getPreviewPreferences());
frame().getGlobalSearchBar().getSearchQueryHighlightObservable().addSearchListener(preview);
}

@Subscribe
Expand Down
Loading

0 comments on commit 75d3ca3

Please sign in to comment.