Browse Source

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

Anna Petrasova 3 years ago
parent
commit
a67ab3bb3c
1 changed files with 2 additions and 0 deletions
  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]
                 )