]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Mantis issue 0020658: EDF 1241 GEOM: Propagate: impossible to select a face in GUI...
authorjfa <jfa@opencascade.com>
Fri, 15 Jan 2010 11:13:17 +0000 (11:13 +0000)
committerjfa <jfa@opencascade.com>
Fri, 15 Jan 2010 11:13:17 +0000 (11:13 +0000)
src/BlocksGUI/BlocksGUI_PropagateDlg.cxx

index 2ebcdda452fd3ecd407a7925afd54ad5cbb8ce52..e3fdd559d5bd16a953a142933abcdcd8d0b037c4 100644 (file)
@@ -260,6 +260,8 @@ bool BlocksGUI_PropagateDlg::execute( ObjectList& objects )
 void BlocksGUI_PropagateDlg::activateSelection()
 {
   TColStd_MapOfInteger aMap;
+  aMap.Add( GEOM_FACE );
+  aMap.Add( GEOM_SHELL );
   aMap.Add( GEOM_SOLID );
   aMap.Add( GEOM_COMPOUND );
   globalSelection( aMap );