wrong initial boolean value for redraw

git-svn-id: svn://10.0.0.236/trunk@31961 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mjudge%netscape.com
1999-05-17 22:31:10 +00:00
parent 810cf14399
commit 94695cd80a
2 changed files with 2 additions and 2 deletions

View File

@@ -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;