From: rnv Date: Fri, 13 May 2011 13:48:46 +0000 (+0000) Subject: Fix for the bug "IPAL22498 6.3.0: Mesh Preferences - Scalar Bar: Font selection for... X-Git-Tag: V6_3_0b2~8 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4dbca3cb4672869be0256ac57e43acfa3c1568a5;p=modules%2Fsmesh.git Fix for the bug "IPAL22498 6.3.0: Mesh Preferences - Scalar Bar: Font selection for Title or Labes is ignored". --- 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 );