Skip to content
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.

Commit

Permalink
Fix ariane not reset on new exploration
Browse files Browse the repository at this point in the history
  • Loading branch information
Rauks committed Nov 21, 2013
1 parent 0602c62 commit a898a6b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ private void cleanAriane(){
* Clear the tree chart view.
*/
public void unloadTreeChart(){
this.cleanAriane();
this.scrollPane.setContent(new Pane());
}
}

0 comments on commit a898a6b

Please sign in to comment.