зеркало из https://github.com/mozilla/gecko-dev.git
Bug 427420 selection decoration lines (spell checker's underline and IME composing string underline) are not displayed r+sr+b1.9=roc
This commit is contained in:
Родитель
4128e1921a
Коммит
b5f3baa661
|
@ -4544,8 +4544,8 @@ nsCSSRendering::PaintDecorationLine(gfxContext* aGfxContext,
|
|||
case NS_STYLE_BORDER_STYLE_DOTTED:
|
||||
case NS_STYLE_BORDER_STYLE_DASHED:
|
||||
aGfxContext->NewPath();
|
||||
aGfxContext->LineTo(rect.TopLeft());
|
||||
aGfxContext->MoveTo(rect.TopRight());
|
||||
aGfxContext->MoveTo(rect.TopLeft());
|
||||
aGfxContext->LineTo(rect.TopRight());
|
||||
aGfxContext->Stroke();
|
||||
break;
|
||||
default:
|
||||
|
|
Загрузка…
Ссылка в новой задаче