mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
CmdChart: Week number now always displayed for first line
This commit is contained in:
parent
225494d360
commit
9de59fe58e
1 changed files with 2 additions and 3 deletions
|
@ -145,8 +145,7 @@ int renderChart (
|
||||||
last_hour);
|
last_hour);
|
||||||
|
|
||||||
// For rendering labels on edge detection.
|
// For rendering labels on edge detection.
|
||||||
Datetime previous (filter.range.start);
|
Datetime previous {0};
|
||||||
--previous;
|
|
||||||
|
|
||||||
// Is the :blank hint being used?
|
// Is the :blank hint being used?
|
||||||
bool blank = findHint (cli, ":blank");
|
bool blank = findHint (cli, ":blank");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue