Commit 12a270f
fix bars in process graph without -F (#11)
Filtered-out processes were still painted if they had no parent. This
resulted in process graph being trimmed too much.
Also, fix height of the whole graph canvas (the process graph was still
sometimes trimmed too much at the bottom; the reason seems to be
off-by-one error when counting CPU graphs).1 parent 17a404c commit 12a270f
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
1056 | 1056 | | |
1057 | 1057 | | |
1058 | 1058 | | |
| 1059 | + | |
| 1060 | + | |
1059 | 1061 | | |
1060 | 1062 | | |
1061 | 1063 | | |
| |||
0 commit comments