wrong initial boolean value for redraw

This commit is contained in:
mjudge%netscape.com 1999-05-17 22:31:10 +00:00
Родитель 0b9397d8b7
Коммит ef418f446e
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1844,7 +1844,7 @@ nsTextFrame::SetSelected(nsIDOMRange *aRange,PRBool aSelected, PRBool aSpread)
nsCOMPtr<nsIDOMNode> thisNode;
thisNode = do_QueryInterface(content);
PRBool found = PR_TRUE;
PRBool found = PR_FALSE;
if (thisNode == startNode){
if ((mContentOffset + mContentLength) >= startOffset){
found = PR_TRUE;

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

@ -1844,7 +1844,7 @@ nsTextFrame::SetSelected(nsIDOMRange *aRange,PRBool aSelected, PRBool aSpread)
nsCOMPtr<nsIDOMNode> thisNode;
thisNode = do_QueryInterface(content);
PRBool found = PR_TRUE;
PRBool found = PR_FALSE;
if (thisNode == startNode){
if ((mContentOffset + mContentLength) >= startOffset){
found = PR_TRUE;