From 3c351794f00f283b2977aa5b25e00b0598382131 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Mon, 16 Jan 2023 13:20:28 +0100 Subject: only send get all nodes on refresh instead of redrawing gui --- confui/mainwindow.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/confui/mainwindow.cpp b/confui/mainwindow.cpp index 20f61f1..7a0d2d2 100644 --- a/confui/mainwindow.cpp +++ b/confui/mainwindow.cpp @@ -83,7 +83,6 @@ void CDMainWindow::update_net() { void CDMainWindow::menu_refresh() { update_net(); - update(); } void CDMainWindow::menu_add_automation() { -- cgit v1.2.3