/trunk/Scribus/scribus/pageitem_textframe.cpp |
---|
4035,6 → 4035,7 |
view->deselectItems(true); |
// we position the cursor at the beginning of the next frame |
// TODO position at the right place in next frame |
m_nextBox->itemText.setCursorPosition(m_nextBox->firstInFrame()); |
m_Doc->scMW()->selectItemsFromOutlines(m_nextBox); |
} |
} |
4046,6 → 4047,7 |
if (m_nextBox->frameDisplays(lastInFrame() + 1)) |
{ |
view->deselectItems(true); |
m_nextBox->itemText.setCursorPosition(m_nextBox->firstInFrame()); |
m_Doc->scMW()->selectItemsFromOutlines(m_nextBox); |
} |
} |