Fix for the bug "IPAL22498 6.3.0: Mesh Preferences - Scalar Bar: Font selection for Title or Labes is ignored".

This commit is contained in:
rnv 2011-05-13 13:48:46 +00:00
parent 5ce2cca1f9
commit 4dbca3cb46

View File

@ -5635,7 +5635,7 @@ void SMESHGUI::restoreVisualParameters (int savePoint)
*/
int SMESHGUI::addVtkFontPref( const QString& label, const int pId, const QString& param )
{
int tfont = addPreference( label, pId, LightApp_Preferences::Font, "VISU", param );
int tfont = addPreference( label, pId, LightApp_Preferences::Font, "SMESH", param );
setPreferenceProperty( tfont, "mode", QtxFontEdit::Custom );