Properly initialize auto_text_keys_ for all Items

This commit is contained in:
Mika Fischer
2011-06-07 14:30:34 +02:00
parent 03c241787e
commit 6ace774ee0
+1
View File
@@ -36,6 +36,7 @@ class BaseItem(QAbstractGraphicsShapeItem):
# initialize members
self.text_ = ""
self.text_bg_brush_ = None
self.auto_text_keys_ = []
def annotation(self):
"""