summaryrefslogtreecommitdiff
path: root/grc/gui/FlowGraph.py
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2016-11-12 06:29:27 -0800
committerJohnathan Corgan <johnathan@corganlabs.com>2016-11-12 06:29:27 -0800
commit8ddebb888bd73bbdda48dcf00d1bd1234858bd3c (patch)
tree294856bf7c095e6dfa2901a16e18d04d83909aeb /grc/gui/FlowGraph.py
parent7b0dfd802aa08c4d0aefde2df0361304d8f282f4 (diff)
parent1775fb0d48138e5ced15cdc2fbef01589f294a2c (diff)
Merge branch 'maint'
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 44a8ae24a9..e0cd7d1441 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()