зеркало из https://github.com/mozilla/pjs.git
wrong initial boolean value for redraw
This commit is contained in:
Родитель
0b9397d8b7
Коммит
ef418f446e
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче