]> git.lyx.org Git - lyx.git/commit
Initialize some LyX colors from Qt. Currently what is done is plain text and selectio...
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 5 Aug 2010 22:41:34 +0000 (22:41 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 5 Aug 2010 22:41:34 +0000 (22:41 +0000)
commite1fa4c9eb3733f0853ddcf699f140b3459be7f1a
tree29d7794a4de8d5fe93425d85232d2c45a7f95810
parent63e26fa7786121c8ed896eda4c31a375680cf46e
Initialize some LyX colors from Qt. Currently what is done is plain text and selection (both font and background).

I am not sure that there is something else that we can get from QPalette. Maybe
cursor color, if someone tells me how to get it.

Only tested on mac. I can revert if this causes problems on linux or windows.

I have to check too that it still works in non-gui mode.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35060 a592a061-630c-0410-9148-cb99ea01b6c8
src/frontends/qt4/GuiApplication.cpp