mirror of
https://github.com/wassname/sloth.git
synced 2026-06-27 19:01:02 +08:00
Properly initialize auto_text_keys_ for all Items
This commit is contained in:
@@ -36,6 +36,7 @@ class BaseItem(QAbstractGraphicsShapeItem):
|
||||
# initialize members
|
||||
self.text_ = ""
|
||||
self.text_bg_brush_ = None
|
||||
self.auto_text_keys_ = []
|
||||
|
||||
def annotation(self):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user