浏览代码

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

Anna Petrasova 3 年之前
父节点
当前提交
a67ab3bb3c
共有 1 个文件被更改,包括 2 次插入0 次删除
  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]
                 )