vcl110: #i93672# hide fonts button in fontconfig case
This commit is contained in:
parent
6285c33e79
commit
c71eb88a08
1 changed files with 5 additions and 0 deletions
|
@ -147,6 +147,11 @@ void PADialog::Init()
|
|||
::psp::PrintFontManager& rFontManager( ::psp::PrintFontManager::get() );
|
||||
if( ! rFontManager.checkImportPossible() )
|
||||
m_aFontsPB.Enable( FALSE );
|
||||
if( rFontManager.hasFontconfig() )
|
||||
{
|
||||
m_aFontsPB.Enable( FALSE );
|
||||
m_aFontsPB.Show( FALSE );
|
||||
}
|
||||
}
|
||||
|
||||
PADialog::~PADialog()
|
||||
|
|
Loading…
Reference in a new issue