]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
0022865: [CEA 1416] not possible to visualize the solids found by "Check compound...
authorimn <imn@opencascade.com>
Tue, 17 Feb 2015 12:24:02 +0000 (15:24 +0300)
committerimn <imn@opencascade.com>
Tue, 17 Feb 2015 12:24:02 +0000 (15:24 +0300)
src/MeasureGUI/MeasureGUI_CheckCompoundOfBlocksDlg.cxx

index bc128b2473e13895d8658cbfae706a1637436392..1aea50fa09698d2b87b62ff0442558bb82b5fc24 100644 (file)
@@ -479,7 +479,7 @@ void MeasureGUI_CheckCompoundOfBlocksDlg::onSubShapesListSelectionChanged()
     for ( it = aIds.begin(); it != aIds.end(); ++it ) {
       aSubShape = anIndices.FindKey(aObjLst[(*it)]);
       SUIT_ResourceMgr* resMgr = SUIT_Session::session()->resourceMgr();
-      int w = resMgr->integerValue("Geometry", "measures_line_width", 1);
+      int w = resMgr->integerValue("Geometry", "preview_edge_width", 1);
       try {
         getDisplayer()->SetColor( Quantity_NOC_RED );
         getDisplayer()->SetWidth( w );