Skip to content

Commit

Permalink
Remove useless tooltip from history table
Browse files Browse the repository at this point in the history
  • Loading branch information
rdoursenaud committed Dec 30, 2024
1 parent f957dd0 commit 3b70811
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/midiexplorer/gui/windows/hist/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ def add(data: mido.Message, source: str, destination: str, timestamp: Timestamp,

# Source
dpg.add_text(source)
with dpg.tooltip(dpg.last_item()):
dpg.add_text(source)

# Destination
dpg.add_text(destination)
Expand Down

0 comments on commit 3b70811

Please sign in to comment.