Skip to content

Commit

Permalink
FlowOverlay: Changed smooth color to red for better visibility on ske…
Browse files Browse the repository at this point in the history
…leton
  • Loading branch information
davhel committed Apr 18, 2017
1 parent e67e7e3 commit 2bf8278
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public void paintFrame(Graphics2D g, FrameGraph frame_i) {
if(smoothFlow.containsKey(n)){
LineString s = smoothFlow.get(n);
Shape flow = writer.toShape(s);
g.setColor(Color.blue);
g.setColor(Color.red);
g.draw(flow);
}
break;
Expand Down

0 comments on commit 2bf8278

Please sign in to comment.