Fossil SCM

Need to keep the TIMELINE_DISJOINT flag on branch timelines.

drh 2019-05-14 19:11 trunk
Commit 5cc74bff9d113aec9479db0aa9db7ce25b8c766bbbca88361b0f343cd3695954
1 file changed +1 -1
+1 -1
--- src/timeline.c
+++ src/timeline.c
@@ -1692,11 +1692,11 @@
16921692
}else{
16931693
tmFlags |= TIMELINE_GRAPH | TIMELINE_CHPICK;
16941694
}
16951695
if( related ){
16961696
tmFlags |= TIMELINE_FILLGAPS;
1697
- tmFlags &= ~TIMELINE_DISJOINT;
1697
+// tmFlags &= ~TIMELINE_DISJOINT;
16981698
}
16991699
if( PB("ncp") ){
17001700
tmFlags &= ~TIMELINE_CHPICK;
17011701
}
17021702
if( PB("ng") || zSearch!=0 ){
17031703
--- src/timeline.c
+++ src/timeline.c
@@ -1692,11 +1692,11 @@
1692 }else{
1693 tmFlags |= TIMELINE_GRAPH | TIMELINE_CHPICK;
1694 }
1695 if( related ){
1696 tmFlags |= TIMELINE_FILLGAPS;
1697 tmFlags &= ~TIMELINE_DISJOINT;
1698 }
1699 if( PB("ncp") ){
1700 tmFlags &= ~TIMELINE_CHPICK;
1701 }
1702 if( PB("ng") || zSearch!=0 ){
1703
--- src/timeline.c
+++ src/timeline.c
@@ -1692,11 +1692,11 @@
1692 }else{
1693 tmFlags |= TIMELINE_GRAPH | TIMELINE_CHPICK;
1694 }
1695 if( related ){
1696 tmFlags |= TIMELINE_FILLGAPS;
1697 // tmFlags &= ~TIMELINE_DISJOINT;
1698 }
1699 if( PB("ncp") ){
1700 tmFlags &= ~TIMELINE_CHPICK;
1701 }
1702 if( PB("ng") || zSearch!=0 ){
1703

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button