зеркало из https://github.com/mozilla/pjs.git
Fix combobox outlines. Bug 328340, r+sr=dbaron
This commit is contained in:
Родитель
ea13b9f4a3
Коммит
37c08655db
|
@ -2090,7 +2090,7 @@ void nsComboboxControlFrame::PaintFocus(nsIRenderingContext& aRenderingContext,
|
||||||
if (!mContent->HasAttr(kNameSpaceID_None, nsHTMLAtoms::disabled) &&
|
if (!mContent->HasAttr(kNameSpaceID_None, nsHTMLAtoms::disabled) &&
|
||||||
mFocused == this) {
|
mFocused == this) {
|
||||||
aRenderingContext.SetLineStyle(nsLineStyle_kDotted);
|
aRenderingContext.SetLineStyle(nsLineStyle_kDotted);
|
||||||
aRenderingContext.SetColor(0);
|
aRenderingContext.SetColor(NS_RGB(0, 0, 0));
|
||||||
} else {
|
} else {
|
||||||
aRenderingContext.SetColor(GetStyleBackground()->mBackgroundColor);
|
aRenderingContext.SetColor(GetStyleBackground()->mBackgroundColor);
|
||||||
aRenderingContext.SetLineStyle(nsLineStyle_kSolid);
|
aRenderingContext.SetLineStyle(nsLineStyle_kSolid);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче