make the caret draw on linux - fix for 13487

This commit is contained in:
pavlov%netscape.com 1999-09-13 18:24:48 +00:00
Родитель 3e559186f3
Коммит 64ab461658
2 изменённых файлов: 2 добавлений и 0 удалений

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

@ -571,6 +571,7 @@ void nsCaret::DrawCaretWithContext(nsIRenderingContext& inRendContext)
inRendContext.SetColor(NS_RGB(85, 85, 85)); // we are drawing it; gray
*/
inRendContext.SetColor(NS_RGB(255,255,255));
inRendContext.InvertRect(mCaretRect);
}

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

@ -571,6 +571,7 @@ void nsCaret::DrawCaretWithContext(nsIRenderingContext& inRendContext)
inRendContext.SetColor(NS_RGB(85, 85, 85)); // we are drawing it; gray
*/
inRendContext.SetColor(NS_RGB(255,255,255));
inRendContext.InvertRect(mCaretRect);
}