mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 02:14:50 +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:
|
case Color_selectiontext:
|
||||||
return QPalette::HighlightedText;
|
return QPalette::HighlightedText;
|
||||||
break;
|
break;
|
||||||
|
case Color_urllabel:
|
||||||
|
case Color_urltext:
|
||||||
|
return QPalette::Link;
|
||||||
default:
|
default:
|
||||||
return NoRole;
|
return NoRole;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user