mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Add some extra information about bug #3684.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37031 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
1f5c77ec65
commit
fbd84bc185
@ -262,10 +262,10 @@ GuiFontInfo::GuiFontInfo(FontInfo const & f)
|
||||
toqstr(lyxrc.roman_font_foundry));
|
||||
font.setFamily(family);
|
||||
#ifdef Q_WS_MACX
|
||||
#if QT_VERSION >= 0x040300
|
||||
#if QT_VERSION >= 0x040300 //&& QT_VERSION < 0x040800
|
||||
// Workaround for a Qt bug, see http://www.lyx.org/trac/ticket/3684
|
||||
// It is reported to Trolltech at 02/06/07 against 4.3 final.
|
||||
// FIXME: Add an upper version limit as soon as the bug is fixed in Qt.
|
||||
// and http://bugreports.qt.nokia.com/browse/QTBUG-11145.
|
||||
// FIXME: Check whether this is really fixed in Qt 4.8
|
||||
if (family == "Times" && !font.exactMatch())
|
||||
font.setFamily("Times New Roman");
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user