Skip to content

Commit

Permalink
util/llf/LsfReport: This needs rework still.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulosousadias committed Oct 4, 2016
1 parent d5e24ae commit 1b592b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pt/lsts/neptus/util/llf/LsfReport.java
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,9 @@ public static boolean generateReport(IMraLogGroup source, File destination, MRAP

r2d.setSize(width - 100, height - 100);
r2d.focusLocation(path.getCenterPoint());

r2d.setLevelOfDetail(16); // FIXME

SwingUtilities.invokeAndWait(new Runnable() {
@Override
public void run() {
Expand Down

0 comments on commit 1b592b4

Please sign in to comment.