mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-27 14:00:33 +05:00
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:
parent
5ce2cca1f9
commit
4dbca3cb46
@ -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 );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user