diff options
Diffstat (limited to 'grc/gui/Element.py')
-rw-r--r-- | grc/gui/Element.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/gui/Element.py b/grc/gui/Element.py index 81a5cbfc40..8418bef0cc 100644 --- a/grc/gui/Element.py +++ b/grc/gui/Element.py @@ -108,7 +108,7 @@ class Element(object): Call this base method before creating shapes in the element. """ - def draw(self, widget, cr): + def draw(self, cr): raise NotImplementedError() def bounds_from_area(self, area): |