diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2016-11-12 06:26:59 -0800 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2016-11-12 06:26:59 -0800 |
commit | f708cc395fa46264f692180ec4ced72fb6de62f7 (patch) | |
tree | 69d13d8be518cac56fe9ad66c606c4a6abab3d28 /grc/gui/FlowGraph.py | |
parent | fd3227859623f8f2a294ce1b8c38489eb1415eea (diff) | |
parent | 8ffadf88423290ad9b24a63a7d67ec36ccd5975b (diff) |
Merge remote-tracking branch 'skoslowski/dpi_fix' into maint
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 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() |