diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2016-10-24 17:07:14 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2016-10-24 17:07:14 -0700 |
commit | be6aaf488da426d864a9d1d04b22627a12ff0c4e (patch) | |
tree | e72c3fa76c03725d45af9551ba2ff564e642288d /grc/gui/FlowGraph.py | |
parent | b890cc4a5c51d46753068fb91ab68f3ecfa726db (diff) | |
parent | a411404005f3c24c8df51b68946e2cfd69e38d63 (diff) |
Merge branch 'master' into next
Diffstat (limited to 'grc/gui/FlowGraph.py')
-rw-r--r-- | grc/gui/FlowGraph.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/gui/FlowGraph.py b/grc/gui/FlowGraph.py index f98aec41d5..5bcf018120 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() |