Skip to content

Commit

Permalink
Fix oversight of not rebuilding the Overview Table after choosing loc…
Browse files Browse the repository at this point in the history
…ales
  • Loading branch information
Vogel612 committed Dec 3, 2016
1 parent b577032 commit 15e8ba2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ private void fileChoiceCompletion(LocaleChoiceEvent evt) {

chosenLocale.put(Side.LEFT, evt.getLeftLocale());
chosenLocale.put(Side.RIGHT, evt.getRightLocale());
rebuild();
}

@Override
Expand Down

0 comments on commit 15e8ba2

Please sign in to comment.