This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository evisum.

View the commit online.

commit baaf5366393d6ef4d0522952121d39ff6002041a
Author: Alastair Poole <[email protected]>
AuthorDate: Fri May 29 14:21:37 2026 +0100

    network: fix startup value.
    
    Redraws begin at 0.0 history so values begin from the base line.
---
 src/bin/ui/evisum_ui_network.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/ui/evisum_ui_network.c b/src/bin/ui/evisum_ui_network.c
index 12f2de8..7c02ba7 100644
--- a/src/bin/ui/evisum_ui_network.c
+++ b/src/bin/ui/evisum_ui_network.c
@@ -242,6 +242,7 @@ _evisum_ui_network_histories_reset(Eina_List *interfaces) {
     EINA_LIST_FOREACH(interfaces, l, iface) {
         iface->history_count = 0;
         memset(iface->history, 0, sizeof(iface->history));
+        _evisum_ui_network_iface_history_add(iface, 0.0);
     }
 }
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to