Bustage fix followup: release old font metrics

This commit is contained in:
mark%moxienet.com 2006-03-18 06:40:31 +00:00
Родитель c643fb8c61
Коммит 81a267fe8e
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -771,6 +771,7 @@ NS_IMETHODIMP nsChildView::SetFont(const nsFont &aFont)
#ifdef MOZ_CAIRO_GFX
return NS_ERROR_NOT_IMPLEMENTED;
#else
mFontMetrics = nsnull;
if (mContext)
mContext->GetMetricsFor(aFont, *getter_AddRefs(mFontMetrics));
return NS_OK;