mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Fix moving of meters
This commit is contained in:
@ -171,6 +171,7 @@ static HandlerResult MetersPanel_eventHandler(Panel* super, int ch) {
|
||||
Vector_remove(this->meters, selected);
|
||||
Panel_remove(super, selected);
|
||||
}
|
||||
MetersPanel_setMoving(this, false);
|
||||
result = HANDLED;
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user