Bug 126066 - Changing caret (cursor) color

r=tor@acm.org, sr=blizzard@mozilla.org
This commit is contained in:
pkw%us.ibm.com 2004-06-18 18:10:23 +00:00
Родитель 1ca4a954f8
Коммит 7335100b8d
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_INVERT;
mFunction = GDK_XOR;
UpdateGC();