summaryrefslogtreecommitdiff
path: root/grc/gui/FlowGraph.py
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2016-10-25 14:09:14 -0700
committerJohnathan Corgan <johnathan@corganlabs.com>2016-10-25 14:09:14 -0700
commit8d5e4f6df72b3b3bff601409310678d9c58e78be (patch)
tree2605a5ef011ccac1374ae9496e1bf02329411879 /grc/gui/FlowGraph.py
parentbe6aaf488da426d864a9d1d04b22627a12ff0c4e (diff)
parent66df227f72156ddbc3f8b9321ff507a4e8a91523 (diff)
Merge branch 'master' into next
Diffstat (limited to 'grc/gui/FlowGraph.py')
-rw-r--r--grc/gui/FlowGraph.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/gui/FlowGraph.py b/grc/gui/FlowGraph.py
index 5bcf018120..f98aec41d5 100644
--- a/grc/gui/FlowGraph.py
+++ b/grc/gui/FlowGraph.py
@@ -407,7 +407,7 @@ class FlowGraph(Element, _Flowgraph):
Draw the pixmap to the drawable window of this flow graph.
"""
- W, H = self.get_size()
+ W,H = self.get_size()
hide_disabled_blocks = Actions.TOGGLE_HIDE_DISABLED_BLOCKS.get_active()
hide_variables = Actions.TOGGLE_HIDE_VARIABLES.get_active()