drawing selection as tri-state. on-off-disabled. hardcoded disable color to grey right now. r=mjudge

git-svn-id: svn://10.0.0.236/trunk@66600 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
anthonyd%netscape.com
2000-04-20 23:11:41 +00:00
parent 43bc21e458
commit 10a34f6e1b
22 changed files with 84 additions and 82 deletions

View File

@@ -3553,7 +3553,7 @@ NS_IMETHODIMP nsHTMLDocument::FindNext(const nsString &aSearchStr, PRBool aMatch
NS_IF_RELEASE(start);
NS_IF_RELEASE(end);
SetDisplaySelection(PR_TRUE);
SetDisplaySelection(nsIDocument::SELECTION_ON);
if (aIsFound && doReplace) {