mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-03-25 23:57:55 +05:00
Porting to DEV version of OCCT: minor corrections
This commit is contained in:
parent
51c8b060ce
commit
6d5ef3f003
@ -2432,7 +2432,7 @@ void GeometryGUI::createPreferences()
|
|||||||
/*int fontID =*/ QFontDatabase::addApplicationFont( aFontFile );
|
/*int fontID =*/ QFontDatabase::addApplicationFont( aFontFile );
|
||||||
#if OCC_VERSION_LARGE <= 0x07030000
|
#if OCC_VERSION_LARGE <= 0x07030000
|
||||||
Handle(Font_SystemFont) sf = new Font_SystemFont(
|
Handle(Font_SystemFont) sf = new Font_SystemFont(
|
||||||
new TCollection_HAsciiString("Y14.5M-2009")
|
new TCollection_HAsciiString("Y14.5M-2009"),
|
||||||
Font_FA_Regular,
|
Font_FA_Regular,
|
||||||
new TCollection_HAsciiString(aFontFile.toLatin1().data()) );
|
new TCollection_HAsciiString(aFontFile.toLatin1().data()) );
|
||||||
# else
|
# else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user