]> git.lyx.org Git - lyx.git/commit
Adjust debug output for fonts
authorEnrico Forestieri <forenr@lyx.org>
Thu, 3 Sep 2020 18:53:41 +0000 (20:53 +0200)
committerEnrico Forestieri <forenr@lyx.org>
Thu, 3 Sep 2020 18:53:41 +0000 (20:53 +0200)
commit82b3a26a320f1056b09d4061bfbe704e838b7487
treecbffd09f52f8d0b3e59ee21c221a29a4a8cdf01f
parent1f1a8f60070fb6dea9b35c9ec3ef91d6307322f0
Adjust debug output for fonts

This restores the debug output as it was intended before the
introduction of the LYXERR macro that was unconditionally outputing
an end of line. This is how this output was appearing until lyx 1.5:

Looking for font family cmr10 ... got: cmr10
 got it normal!

instead of as it was since lyx 1.6 and until now:

Looking for font family cmr10 ...
got: cmr10
 got it
normal!
src/frontends/qt4/GuiFontLoader.cpp
src/support/debug.h
status.23x