fix missing tooltip

This commit is contained in:
christopheseux 2022-09-06 15:57:48 +02:00
parent fd0dec4162
commit 8e4d82fd1d

View File

@ -394,7 +394,8 @@ class Picker:
points=s['points'],
polygons=s['polygons'],
operator=s['operator'],
color=s['color']
color=s['color'],
tooltip=s['tooltip'],
)
self.shapes.append(shape)