diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2016-11-12 06:29:42 -0800 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2016-11-12 06:29:42 -0800 |
commit | caf9120c31b5a0dfbcbc24fdd5d958017a7db963 (patch) | |
tree | db244a2944b5d5bb2323c631c215e5424781304f /grc/gui/FlowGraph.py | |
parent | 69ab3557fbfd7a47c5f22d34fc273b757f2c67df (diff) | |
parent | 8ddebb888bd73bbdda48dcf00d1bd1234858bd3c (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() |