From 8e4d82fd1d95dbfad362f9bf4cc04cf6dc049ec1 Mon Sep 17 00:00:00 2001 From: christopheseux Date: Tue, 6 Sep 2022 15:57:48 +0200 Subject: [PATCH] fix missing tooltip --- picker.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/picker.py b/picker.py index f540613..fcef07c 100644 --- a/picker.py +++ b/picker.py @@ -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)