From 4dbca3cb4672869be0256ac57e43acfa3c1568a5 Mon Sep 17 00:00:00 2001 From: rnv Date: Fri, 13 May 2011 13:48:46 +0000 Subject: [PATCH] Fix for the bug "IPAL22498 6.3.0: Mesh Preferences - Scalar Bar: Font selection for Title or Labes is ignored". --- src/SMESHGUI/SMESHGUI.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SMESHGUI/SMESHGUI.cxx b/src/SMESHGUI/SMESHGUI.cxx index 5ac314922..0f18ef23c 100644 --- a/src/SMESHGUI/SMESHGUI.cxx +++ b/src/SMESHGUI/SMESHGUI.cxx @@ -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 ); -- 2.39.2