mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
fix typo in constant usage from patch for bug 204237 - this error causes buttons to incorrectly theme fairly often
This commit is contained in:
parent
6359f9fb2c
commit
8df0dc2729
@ -246,7 +246,7 @@ nsNativeTheme::IsWidgetStyled(nsPresContext* aPresContext, nsIFrame* aFrame,
|
||||
lookAndFeel->GetColor(sButtonBorderColorID,
|
||||
defaultBorderColor);
|
||||
lookAndFeel->GetColor(sButtonBGColorID,
|
||||
defaultBorderColor);
|
||||
defaultBGColor);
|
||||
}
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user