mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
enhance debug message (see #13087)
This commit is contained in:
parent
473180ec10
commit
90a876a049
@ -155,7 +155,8 @@ static bool isChosenFont(QFont & font, QString const & family,
|
||||
// positions.
|
||||
QFontInfo fi(font);
|
||||
|
||||
LYXERR_NOPOS(Debug::FONT, "got: " << fi.family());
|
||||
LYXERR_NOPOS(Debug::FONT, "got: " << fi.family()
|
||||
<< " (style: " << fi.styleName() << ")");
|
||||
|
||||
if (fi.family().contains(family)
|
||||
&& (style.isEmpty() || fi.styleName().contains(style))) {
|
||||
|
Loading…
Reference in New Issue
Block a user