Skip to content
Snippets Groups Projects
Commit 1d66063d authored by Luke Campagnola's avatar Luke Campagnola
Browse files

bugfix

parent 04291a93
No related branches found
No related tags found
No related merge requests found
...@@ -115,7 +115,7 @@ class Exporter(object): ...@@ -115,7 +115,7 @@ class Exporter(object):
return preItems + rootItem + postItems return preItems + rootItem + postItems
def render(self, painter, sourcRect, targetRect, item=None) def render(self, painter, sourcRect, targetRect, item=None):
#if item is None: #if item is None:
#item = self.item #item = self.item
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment