]> git.lyx.org Git - features.git/commit
Adjust debug output for fonts
authorEnrico Forestieri <forenr@lyx.org>
Tue, 1 Sep 2020 10:12:55 +0000 (12:12 +0200)
committerEnrico Forestieri <forenr@lyx.org>
Tue, 1 Sep 2020 10:12:55 +0000 (12:12 +0200)
commit8039b34802c9e08809c02bb3682ac50439d97951
tree36e965fe1636a59dd43278a3f28da34a6b436ad1
parent1ba785f2c6ed0c2dc70b4f046571c425d3eb3e49
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/qt/GuiFontLoader.cpp
src/support/debug.h