forgot to initialize this

This commit is contained in:
mjudge%netscape.com 2000-05-08 04:00:48 +00:00
parent b0fb7f6753
commit d30a3a5508
3 changed files with 3 additions and 0 deletions

View File

@ -781,6 +781,7 @@ nsSelection::nsSelection()
if (mDomSelections[index])
autoCopyService->Listen(mDomSelections[index]);
}
mDisplaySelection = nsISelectionController::SELECTION_ON;
}

View File

@ -781,6 +781,7 @@ nsSelection::nsSelection()
if (mDomSelections[index])
autoCopyService->Listen(mDomSelections[index]);
}
mDisplaySelection = nsISelectionController::SELECTION_ON;
}

View File

@ -781,6 +781,7 @@ nsSelection::nsSelection()
if (mDomSelections[index])
autoCopyService->Listen(mDomSelections[index]);
}
mDisplaySelection = nsISelectionController::SELECTION_ON;
}