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
@ -1292,7 +1292,7 @@ MidiRegionView::display_sysexes()
|
||||
}
|
||||
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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user