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

This commit is contained in:
anthonyd@netscape.com
2000-04-20 23:11:41 +00:00
parent bd53732e6c
commit 2abd11ee91
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) {