mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
Set url color from system theme.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35333 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
2d278665dc
commit
24fcbd6f0c
@ -48,6 +48,9 @@ QPalette::ColorRole role(ColorCode col)
|
||||
case Color_selectiontext:
|
||||
return QPalette::HighlightedText;
|
||||
break;
|
||||
case Color_urllabel:
|
||||
case Color_urltext:
|
||||
return QPalette::Link;
|
||||
default:
|
||||
return NoRole;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user