diff --git a/sloth/items/items.py b/sloth/items/items.py index f0a11f0..90be6ea 100644 --- a/sloth/items/items.py +++ b/sloth/items/items.py @@ -36,6 +36,7 @@ class BaseItem(QAbstractGraphicsShapeItem): # initialize members self.text_ = "" self.text_bg_brush_ = None + self.auto_text_keys_ = [] def annotation(self): """