зеркало из https://github.com/mozilla/pjs.git
Fix for a crash in the onchange handler of tree views on exit.
This commit is contained in:
Родитель
c0d7d3b338
Коммит
0b61b4bf92
|
@ -265,3 +265,9 @@ void nsTreeFrame::FireChangeHandler(nsIPresContext& aPresContext)
|
|||
}
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsTreeFrame::DeleteFrame(nsIPresContext& aPresContext)
|
||||
{
|
||||
ClearSelection(aPresContext);
|
||||
return nsTableFrame::DeleteFrame(aPresContext);
|
||||
}
|
||||
|
|
|
@ -41,6 +41,8 @@ public:
|
|||
|
||||
void FireChangeHandler(nsIPresContext& aPresContext);
|
||||
|
||||
NS_IMETHOD DeleteFrame(nsIPresContext& aPresContext);
|
||||
|
||||
protected:
|
||||
nsTreeFrame();
|
||||
virtual ~nsTreeFrame();
|
||||
|
|
Загрузка…
Ссылка в новой задаче