pygui simplify show/hiding annotations
This commit is contained in:
parent
d26c4fc4ab
commit
3233d8ab58
5 changed files with 17 additions and 28 deletions
|
@ -235,7 +235,7 @@ class ShapeDialog(Dialog):
|
|||
text=shape_text,
|
||||
fill=self.text_color,
|
||||
font=text_font,
|
||||
tags=tags.SHAPE_TEXT,
|
||||
tags=(tags.SHAPE_TEXT, tags.ANNOTATION),
|
||||
)
|
||||
self.shape.created = True
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue