diff options
-rw-r--r-- | shell/loadgraph.c | 2 |
1 files changed, 2 insertions, 0 deletions
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); } |