This commit is contained in:
roc+%cs.cmu.edu 2006-01-26 03:00:06 +00:00
Родитель 700176de28
Коммит ff88946009
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -237,6 +237,7 @@ nsThebesRenderingContext::SetTranslation(nscoord aX, nscoord aY)
mat->ToValues(&a, &b, &c, &d, &tx, &ty);
gfxMatrix newMat(a, b, c, d, aX, aY);
mThebes->SetMatrix(&newMat);
return NS_OK;
}
NS_IMETHODIMP