From 3b7081188a288c220afe01e1a5805bdc9cf7bf3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Doursenaud?= Date: Mon, 30 Dec 2024 17:57:21 +0100 Subject: [PATCH] Remove useless tooltip from history table --- src/midiexplorer/gui/windows/hist/data.py | 2 -- 1 file changed, 2 deletions(-) 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)