зеркало из https://github.com/mozilla/pjs.git
30511. r=ben
This commit is contained in:
Родитель
dd7109ca1f
Коммит
bd53b76354
|
@ -238,7 +238,7 @@ nsXULTreeFrame::GetIndexOfItem(nsIPresContext* aPresContext, nsIDOMElement* aEle
|
|||
nsCOMPtr<nsIContent> content(do_QueryInterface(aElement));
|
||||
nsCOMPtr<nsIContent> root;
|
||||
treeOuterGroup->GetContent(getter_AddRefs(root));
|
||||
return treeOuterGroup->IndexOfItem(root, content, PR_TRUE, PR_TRUE, aResult);
|
||||
return treeOuterGroup->IndexOfItem(root, content, PR_FALSE, PR_TRUE, aResult);
|
||||
}
|
||||
|
||||
/* void getNumberOfVisibleRows (); */
|
||||
|
|
Загрузка…
Ссылка в новой задаче