mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 09:19:28 +00:00
Simple changed from COLOR_DESKTOP to COLOR_APPWORKSPACE for appworkspace enum
for css 2 color setting fixes bug 16853,r=none
This commit is contained in:
parent
fb3b49b8a6
commit
4999da72d0
@ -83,7 +83,7 @@ NS_IMETHODIMP nsLookAndFeel::GetColor(const nsColorID aID, nscolor &aColor)
|
||||
idx = COLOR_ACTIVECAPTION;
|
||||
break;
|
||||
case eColor_appworkspace:
|
||||
idx = COLOR_DESKTOP;
|
||||
idx = COLOR_APPWORKSPACE;
|
||||
break;
|
||||
case eColor_background:
|
||||
idx = COLOR_BACKGROUND;
|
||||
|
Loading…
x
Reference in New Issue
Block a user