diff --git a/src/midiexplorer/gui/windows/hist/data.py b/src/midiexplorer/gui/windows/hist/data.py index f4cdc9f..542c00b 100644 --- a/src/midiexplorer/gui/windows/hist/data.py +++ b/src/midiexplorer/gui/windows/hist/data.py @@ -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)