mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
fix bug: sysexes x position not relative to region
git-svn-id: svn://localhost/ardour2/branches/3.0@13239 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
97c23848d7
commit
3647a55f28
1 changed files with 1 additions and 1 deletions
|
|
@ -1292,7 +1292,7 @@ MidiRegionView::display_sysexes()
|
||||||
}
|
}
|
||||||
string text = str.str();
|
string text = str.str();
|
||||||
|
|
||||||
const double x = trackview.editor().frame_to_pixel(source_beats_to_absolute_frames(time));
|
const double x = trackview.editor().frame_to_pixel(source_beats_to_region_frames(time));
|
||||||
|
|
||||||
double height = midi_stream_view()->contents_height();
|
double height = midi_stream_view()->contents_height();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue