]> git.lyx.org Git - lyx.git/commit
New method zoomedPixel to compute pixel amount also in HiDpi
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 25 Jan 2018 21:06:03 +0000 (22:06 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 25 Jan 2018 21:08:35 +0000 (22:08 +0100)
commit1a969fa4a6130506ab52e72098ae0edce48d3231
tree6ad78277b5afbb63fe7d331dbef1b308d87d25f9
parent7a93aa47cc0e4cad5c65cf0a9fba04dfa509d4a8
New method zoomedPixel to compute pixel amount also in HiDpi

The function does not use for now any information from the BufferView
(only lyxrc), but this should eventually change if we want to honor
multi monitor setups properly.
src/BufferView.cpp
src/BufferView.h
src/TextMetrics.cpp
src/mathed/InsetMathHull.cpp