Check in for rangansen. Bug 91453 - double click on cert container text. r=ddrinan,sr=hewitt,a=dbaron

This commit is contained in:
ddrinan%netscape.com 2001-08-31 02:10:00 +00:00
parent 441896a2b3
commit f7165d9ca3
2 changed files with 2 additions and 0 deletions

View File

@ -572,6 +572,7 @@ nsCertOutliner::ToggleOpenState(PRInt32 index)
if (el) el->open = !el->open;
PRInt32 fac = (el->open) ? 1 : -1;
if (mOutliner) mOutliner->RowCountChanged(index, fac * el->numChildren);
mSelection->Select(index);
return NS_OK;
}

View File

@ -572,6 +572,7 @@ nsCertOutliner::ToggleOpenState(PRInt32 index)
if (el) el->open = !el->open;
PRInt32 fac = (el->open) ? 1 : -1;
if (mOutliner) mOutliner->RowCountChanged(index, fac * el->numChildren);
mSelection->Select(index);
return NS_OK;
}