diff --git a/src/gui/editors/SongEditor.cpp b/src/gui/editors/SongEditor.cpp index a9dab5d83..b14f90a37 100644 --- a/src/gui/editors/SongEditor.cpp +++ b/src/gui/editors/SongEditor.cpp @@ -579,7 +579,7 @@ void SongEditor::updatePosition( const MidiTime & _t ) if( x >= trackOpWidth + widgetWidth -1 ) { m_positionLine->show(); - m_positionLine->move( x, 50 ); + m_positionLine->move( x, m_timeLine->height() ); } else {