Skip to content

Commit

Permalink
Fix selected history
Browse files Browse the repository at this point in the history
  • Loading branch information
rdoursenaud committed Jan 3, 2025
1 parent d94f294 commit 73bfb83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/midiexplorer/gui/windows/hist/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 73bfb83

Please sign in to comment.