summaryrefslogtreecommitdiff
path: root/grc/gui
diff options
context:
space:
mode:
authorVolker Schroer <3470424+dl1ksv@users.noreply.github.com>2021-10-12 11:18:51 +0200
committermormj <34754695+mormj@users.noreply.github.com>2021-10-27 14:29:53 -0400
commitdae6e47c1858a3273bed0e7405a33f156f95ae7b (patch)
tree65d3e29a84c027c36aece8698410daf2726842b0 /grc/gui
parente79cc19b87a9976d1cb44a4c315b59cc90ebdbf8 (diff)
grc: Dependent variables sometimes fail to evaluate
fixes #4788 fixes #5100 fixes #5108 Tested with the coresponding examples. Now disabling or deleting the symbol_rate block in #4788 correctly updates the depending blocks Signed-off-by: Volker Schroer <3470424+dl1ksv@users.noreply.github.com>
Diffstat (limited to 'grc/gui')
-rw-r--r--grc/gui/Application.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/grc/gui/Application.py b/grc/gui/Application.py
index 734e4350a8..1996d66c1e 100644
--- a/grc/gui/Application.py
+++ b/grc/gui/Application.py
@@ -107,7 +107,6 @@ class Application(Gtk.Application):
def flow_graph_update(fg=flow_graph):
main.vars.update_gui(fg.blocks)
- fg.namespace.clear()
fg.update()
##################################################