Fossil SCM
Change the cursor to "pointer" when mousing over nodes of the timeline graph, as a hint to users that they can click on the node.
Commit
4175c90f9522299c07ae4da5d19b93a50ce5f74c
Parent
f370ab3948f68ba…
1 file changed
+1
+1
| --- src/timeline.c | ||
| +++ src/timeline.c | ||
| @@ -654,10 +654,11 @@ | ||
| 654 | 654 | @ n.style.left = x0+"px"; |
| 655 | 655 | @ n.style.top = y0+"px"; |
| 656 | 656 | @ n.style.width = w+"px"; |
| 657 | 657 | @ n.style.height = h+"px"; |
| 658 | 658 | @ n.style.backgroundColor = color; |
| 659 | + @ n.style.cursor = "pointer"; | |
| 659 | 660 | @ canvasDiv.appendChild(n); |
| 660 | 661 | @ return n; |
| 661 | 662 | @ } |
| 662 | 663 | @ function absoluteY(id){ |
| 663 | 664 | @ var obj = gebi(id); |
| 664 | 665 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -654,10 +654,11 @@ | |
| 654 | @ n.style.left = x0+"px"; |
| 655 | @ n.style.top = y0+"px"; |
| 656 | @ n.style.width = w+"px"; |
| 657 | @ n.style.height = h+"px"; |
| 658 | @ n.style.backgroundColor = color; |
| 659 | @ canvasDiv.appendChild(n); |
| 660 | @ return n; |
| 661 | @ } |
| 662 | @ function absoluteY(id){ |
| 663 | @ var obj = gebi(id); |
| 664 |
| --- src/timeline.c | |
| +++ src/timeline.c | |
| @@ -654,10 +654,11 @@ | |
| 654 | @ n.style.left = x0+"px"; |
| 655 | @ n.style.top = y0+"px"; |
| 656 | @ n.style.width = w+"px"; |
| 657 | @ n.style.height = h+"px"; |
| 658 | @ n.style.backgroundColor = color; |
| 659 | @ n.style.cursor = "pointer"; |
| 660 | @ canvasDiv.appendChild(n); |
| 661 | @ return n; |
| 662 | @ } |
| 663 | @ function absoluteY(id){ |
| 664 | @ var obj = gebi(id); |
| 665 |