Skip to content

Commit

Permalink
g.gui.timeline: fix annotation box (OSGeo#2107)
Browse files Browse the repository at this point in the history
  • Loading branch information
petrasovaa authored and neteler committed Nov 7, 2023
1 parent 51cdc26 commit b64eb22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gui/wxpython/timeline/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@ def _draw2dFigure(self):
facecolors=color,
edgecolor="black",
alpha=ALPHA,
picker=True,
)
)
else:
Expand All @@ -382,6 +383,7 @@ def _draw2dFigure(self):
marker="o",
linestyle="None",
color=color,
picker=True,
)[0]
)

Expand Down

0 comments on commit b64eb22

Please sign in to comment.