summaryrefslogtreecommitdiff
path: root/grc/gui/FlowGraph.py
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2016-11-12 06:26:59 -0800
committerJohnathan Corgan <johnathan@corganlabs.com>2016-11-12 06:26:59 -0800
commitf708cc395fa46264f692180ec4ced72fb6de62f7 (patch)
tree69d13d8be518cac56fe9ad66c606c4a6abab3d28 /grc/gui/FlowGraph.py
parentfd3227859623f8f2a294ce1b8c38489eb1415eea (diff)
parent8ffadf88423290ad9b24a63a7d67ec36ccd5975b (diff)
Merge remote-tracking branch 'skoslowski/dpi_fix' into 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()