Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
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
b7ac4166
Commit
b7ac4166
authored
8 years ago
by
Hisham
Browse files
Options
Download
Email Patches
Plain Diff
Fixes #498.
parent
6cc0a8c8
master
fixedgray
lua
next
perfcounters
pkgconfig-on-linux
solaris
3.0.0beta5
3.0.0beta4
3.0.0beta3
3.0.0beta2
3.0.0beta1
2.2.0
2.1.0
2.0.2
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
MetersPanel.c
+1
-1
MetersPanel.c
with
1 addition
and
1 deletion
+1
-1
MetersPanel.c
View file @
b7ac4166
...
...
@@ -61,6 +61,7 @@ void MetersPanel_setMoving(MetersPanel* this, bool moving) {
Panel_setSelectionColor
(
super
,
CRT_colors
[
PANEL_SELECTION_FOLLOW
]);
super
->
currentBar
=
Meters_movingBar
;
}
FunctionBar_draw
(
this
->
super
.
currentBar
,
NULL
);
}
static
inline
bool
moveToNeighbor
(
MetersPanel
*
this
,
MetersPanel
*
neighbor
,
int
selected
)
{
...
...
@@ -99,7 +100,6 @@ static HandlerResult MetersPanel_eventHandler(Panel* super, int ch) {
if
(
!
Vector_size
(
this
->
meters
))
break
;
MetersPanel_setMoving
(
this
,
!
(
this
->
moving
));
FunctionBar_draw
(
this
->
super
.
currentBar
,
NULL
);
result
=
HANDLED
;
break
;
}
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help