]> SALOME platform Git repositories - modules/geom.git/commit
Salome HOME
Corrections for the following cases:
authornds <nds@opencascade.com>
Thu, 19 Jan 2017 07:46:22 +0000 (10:46 +0300)
committernds <nds@opencascade.com>
Thu, 19 Jan 2017 07:46:22 +0000 (10:46 +0300)
commit7deaf84d7ec27807e356451428ce196d546ae7a2
treec7c286b8dbe3aa83749a4102b28b7ca21badf330
parentb9162f3eab41514abba82e658b6aa16df21709f0
Corrections for the following cases:

1) The names of the annotations and geometrical objects are not updated in the "Dimensions/Annotations" data tree:
  - Create any primitive, box for example.
  - Create annotation with text 'My initial annotation'
  - Call edit annotation dialog box and set text of the annotation to 'My updated annotation'
   = > As a result text is updated in the viewer, but not in the "Dimensions/Annotations" data tree.
  - Rename box
   = > As a result name is updated in the SALOME Object Browser, but not in the "Dimensions/Annotations" data tree.
2) Popup menu in the "Dimensions/Annotations" data tree: "Show all annotations" / "Hide all annotation" menu items appear / work incorrect:
  - "Show all annotations" / "Hide all annotation" menu items should appear only  for "Annotations" root object and for concrete geometrical object
  - "Show all annotations" / "Hide all annotation" menu items should work in the following way:
      If popup menu is called for "Annotations" root object, then show / hide operations should be applied to all annotations.
      If popup menu is called for concrete geometrical object, then show / hide operations should be applied only to annotations which belong to this concrete geometrical object.
src/GEOMGUI/GEOMGUI_TextTreeSelector.cxx
src/GEOMGUI/GEOMGUI_TextTreeSelector.h
src/GEOMGUI/GEOMGUI_TextTreeWdg.cxx
src/GEOMGUI/GEOMGUI_TextTreeWdg.h
src/GEOMGUI/GeometryGUI.cxx
src/GEOMGUI/GeometryGUI.h
src/MeasureGUI/MeasureGUI.cxx
src/MeasureGUI/MeasureGUI_AnnotationDlg.cxx