mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
[OS/2] Bug 451346: implement nativehyperlinktext to get readable URLs in the location bar autocomplete, r=wuno@lsvw
Simply use blue color as OS/2 doesn't have a system property to query this kind of color.
This commit is contained in:
parent
a39ac3faf1
commit
f8ba9c53f2
@ -246,6 +246,9 @@ nsresult nsLookAndFeel::NativeGetColor(const nsColorID aID, nscolor &aColor)
|
||||
idx = SYSCLR_MENUHILITE;
|
||||
}
|
||||
break;
|
||||
case eColor__moz_nativehyperlinktext:
|
||||
aColor = NS_RGB( 0, 0, 255);
|
||||
return res;
|
||||
default:
|
||||
idx = SYSCLR_WINDOW;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user