Set the hint to HINTRIGHT when setting selection programatically. bug=334256 r+sr=roc

This commit is contained in:
uriber%gmail.com 2006-04-19 20:21:25 +00:00
Родитель 2524d64f20
Коммит ccfa09d4f1
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -4415,6 +4415,8 @@ void nsTypedSelection::setAnchorFocusRange(PRInt32 indx)
}
else{
mAnchorFocusRange = mRangeArray[indx];
// Make sure the caret appears on the next line, if at a newline
SetInterlinePosition(PR_TRUE);
}
}