From 73bfb8391b9823846cc0ac0c5e49239200e9827b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Doursenaud?= Date: Fri, 3 Jan 2025 17:36:50 +0100 Subject: [PATCH] Fix selected history --- src/midiexplorer/gui/windows/hist/data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/midiexplorer/gui/windows/hist/data.py b/src/midiexplorer/gui/windows/hist/data.py index 542c00b..859b603 100644 --- a/src/midiexplorer/gui/windows/hist/data.py +++ b/src/midiexplorer/gui/windows/hist/data.py @@ -206,7 +206,7 @@ def _selection(sender, app_data, user_data): dpg.get_item_children( dpg.get_item_parent(sender), slot=Slots.MOST - )[7] + )[6] ) message = mido.Message.from_hex(raw_message) midiexplorer.gui.windows.mon.data.update_gui_monitor(message, static=True)