Skip to content

Commit

Permalink
Fix that sometimes an empty side pane is shown (#4105)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored and Siedlerchr committed Jun 6, 2018
1 parent 2b75110 commit b4b632b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/org/jabref/gui/SidePaneManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ public SidePaneManager(JabRefPreferences preferences, JabRefFrame frame) {
if (openOfficePreferences.getShowPanel()) {
show(SidePaneType.OPEN_OFFICE);
}

updateView();
}

public SidePane getPane() {
Expand Down

0 comments on commit b4b632b

Please sign in to comment.