Forráskód Böngészése

g.gui.timeline: fix annotation box (#2107)

Anna Petrasova 3 éve
szülő
commit
a67ab3bb3c
1 módosított fájl, 2 hozzáadás és 0 törlés
  1. 2 0
      gui/wxpython/timeline/frame.py

+ 2 - 0
gui/wxpython/timeline/frame.py

@@ -372,6 +372,7 @@ class TimelineFrame(wx.Frame):
                         facecolors=color,
                         edgecolor="black",
                         alpha=ALPHA,
+                        picker=True,
                     )
                 )
             else:
@@ -382,6 +383,7 @@ class TimelineFrame(wx.Frame):
                         marker="o",
                         linestyle="None",
                         color=color,
+                        picker=True,
                     )[0]
                 )