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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user