Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
htop
Commits
6382e03b
Commit
6382e03b
authored
May 26, 2011
by
Hisham Muhammad
Browse files
fix broken height for All CPUs meter
parent
bd459776
Changes
1
Hide whitespace changes
Inline
Side-by-side
CPUMeter.c
View file @
6382e03b
...
...
@@ -132,7 +132,7 @@ static void AllCPUsMeter_init(Meter* this) {
meters
[
i
]
=
Meter_new
(
this
->
pl
,
i
+
1
,
&
CPUMeter
);
meters
[
i
]
->
type
->
init
(
meters
[
i
]);
}
this
->
h
=
Meter_modes
[
this
->
mode
]
->
h
;
this
->
h
=
Meter_modes
[
this
->
mode
]
->
h
*
cpus
;
}
static
void
AllCPUsMeter_done
(
Meter
*
this
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment