From 2180e3e38618f648093e3dfcdcd458d6aedad71e Mon Sep 17 00:00:00 2001 From: Leandro Pereira Date: Fri, 9 Oct 2020 18:26:32 -0700 Subject: Ensure LoadGraph title is cleared when LG is cleared too --- shell/loadgraph.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shell/loadgraph.c') diff --git a/shell/loadgraph.c b/shell/loadgraph.c index 36334718..cde0fa06 100644 --- a/shell/loadgraph.c +++ b/shell/loadgraph.c @@ -129,6 +129,8 @@ void load_graph_clear(LoadGraph * lg) lg->max_value = 1; lg->remax_count = 0; + load_graph_set_title(lg, ""); + _draw(lg); } -- cgit v1.2.3