Salome HOME
0021275: EDF 1681 SMESH: Find the number of nodes of any group
authorvsr <vsr@opencascade.com>
Tue, 4 Oct 2011 14:19:30 +0000 (14:19 +0000)
committervsr <vsr@opencascade.com>
Tue, 4 Oct 2011 14:19:30 +0000 (14:19 +0000)
0021359: [CEA] Mesh information

src/SMESHGUI/SMESHGUI.cxx

index ab1bde810a5e8bcdf581536fa5b725af6c978a46..1080b3b795cd8be184afa47fd6f7d5174d6f8e75 100644 (file)
@@ -4451,7 +4451,7 @@ void SMESHGUI::createPreferences()
   setPreferenceProperty( notifyMode, "indexes", indices );
 
   int infoGroup = addPreference( tr( "PREF_GROUP_INFO" ), genTab );
-  setPreferenceProperty( computeGroup, "columns", 4 );
+  setPreferenceProperty( infoGroup, "columns", 4 );
   int elemInfo = addPreference( tr( "PREF_ELEM_INFO" ), infoGroup, LightApp_Preferences::Selector, "SMESH", "mesh_elem_info" );
   modes.clear();
   modes.append( tr( "PREF_ELEM_INFO_SIMPLE" ) );