Skip to content

Commit 94db947

Browse files
committed
Fixes initial active range problem - issue #11
1 parent f580cff commit 94db947

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/com/reveal/codetimemachine/TTMSingleFileView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ enum CommitsBarType {NONE, TREE, OLD};
7676

7777
///// Initialing
7878
activeCommit_cIndex = 0 ;
79-
commitsBar.updateCommitsList(this.commits);
79+
//commitsBar.updateCommitsList(this.commits); // Timeline already initialized CommitsBar with its active range
8080
commitsBar.setActiveCommit_cIndex();
8181
//codeHistory3DView.showCommit(0, true); //It's initially at 0
8282

0 commit comments

Comments
 (0)