Skip to content

Commit

Permalink
hover also working on label
Browse files Browse the repository at this point in the history
  • Loading branch information
marsipu committed Aug 1, 2023
1 parent f279c8c commit 3e95392
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mne_qt_browser/_pg_figure.py
Original file line number Diff line number Diff line change
Expand Up @@ -1376,6 +1376,9 @@ def valueChanged(self):
self.setText(self.format.format(value=value))
self.updatePosition()

def hoverEvent(self, ev):
self.line.hoverEvent(ev)


class VLine(InfiniteLine):
"""Marker to be placed inside the Trace-Plot."""
Expand Down

0 comments on commit 3e95392

Please sign in to comment.