/branches/Version14x/Scribus/scribus/pageitem_textframe.cpp |
---|
3100,7 → 3100,7 |
case Qt::Key_End: |
// go to end of line |
len = lastInFrame(); |
if ( itemText.cursorPosition() >= len ) |
if ( itemText.cursorPosition() >= (len + 1) ) |
break; // at end of frame |
if ( (buttonModifiers & Qt::ControlModifier) == 0 ) |
{ |