Skip to content

Commit 876850d

Browse files
committed
Show code metrics value initially (toggle using V key)
1 parent f014644 commit 876850d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/com/reveal/codetimemachine/Commits3DView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public class Commits3DView extends JComponent implements ComponentListener
6161
final float EPSILON = 0.01f;
6262
Point startPointOfTimeLine = new Point(0,0), trianglePoint = new Point(0,0);
6363
Point startPointOfChartTimeLine = new Point(0,0);
64-
boolean alwaysShowMetricsValue = false;
64+
boolean alwaysShowMetricsValue = true;
6565
Point currentMousePoint = new Point(-100,-100);
6666
Map<String, Color> authorsColor = null;
6767
boolean isAuthorsColorMode = false;

0 commit comments

Comments
 (0)