Backing out fix for Bug 126066 because it broke -moz-outline: invert.

This commit is contained in:
pkw%us.ibm.com 2004-06-21 22:32:12 +00:00
Родитель 596d45df88
Коммит a0c84822c9
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -993,7 +993,7 @@ NS_IMETHODIMP nsRenderingContextGTK::InvertRect(nscoord aX, nscoord aY, nscoord
// It's all way off the screen anyway.
ConditionRect(x,y,w,h);
mFunction = GDK_XOR;
mFunction = GDK_INVERT;
UpdateGC();