diff options
author | Sebastian Koslowski <koslowski@kit.edu> | 2016-08-30 16:26:13 +0200 |
---|---|---|
committer | Sebastian Koslowski <koslowski@kit.edu> | 2016-08-30 16:26:13 +0200 |
commit | f85df8b8d9bf2a88a6b87b91d0b55fdcb8161f46 (patch) | |
tree | f957d37f92a3d7d3bd478cdec5c36f824054a17e /grc/gui/Port.py | |
parent | 63beff38d49cda141ccfebaee597a7edb7ac015d (diff) |
grc: gtk3: minor gui flowgraph cleanup
Diffstat (limited to 'grc/gui/Port.py')
-rw-r--r-- | grc/gui/Port.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/gui/Port.py b/grc/gui/Port.py index 258ae244ab..8ac32dc25f 100644 --- a/grc/gui/Port.py +++ b/grc/gui/Port.py @@ -125,7 +125,7 @@ class Port(_Port, Element): self._label_layout_offsets[1] += Constants.PORT_EXTRA_BUS_HEIGHT / 2 self.height += self.height % 2 # uneven height - def draw(self, widget, cr): + def draw(self, cr): """ Draw the socket with a label. """ |