зеркало из https://github.com/mozilla/gecko-dev.git
make the caret draw on linux - fix for 13487
This commit is contained in:
Родитель
3e559186f3
Коммит
64ab461658
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче