From b47bc667a254c1b1a8d6b5a635ca73f6c91c2e1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Mon, 5 Oct 2020 15:14:54 +0200 Subject: Add key to pause process list updates --- MetersPanel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MetersPanel.c') diff --git a/MetersPanel.c b/MetersPanel.c index 36cc8f45..89c54e0b 100644 --- a/MetersPanel.c +++ b/MetersPanel.c @@ -55,7 +55,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); + FunctionBar_draw(this->super.currentBar); } static inline bool moveToNeighbor(MetersPanel* this, MetersPanel* neighbor, int selected) { -- cgit v1.2.3