From: imn Date: Tue, 17 Feb 2015 12:24:02 +0000 (+0300) Subject: 0022865: [CEA 1416] not possible to visualize the solids found by "Check compound... X-Git-Tag: V7_6_0a1~44 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f1efea0146f7ddba3f5197c3cdb71e39d5f52438;p=modules%2Fgeom.git 0022865: [CEA 1416] not possible to visualize the solids found by "Check compound of blocks" in defaut wireframe mode --- diff --git a/src/MeasureGUI/MeasureGUI_CheckCompoundOfBlocksDlg.cxx b/src/MeasureGUI/MeasureGUI_CheckCompoundOfBlocksDlg.cxx index bc128b247..1aea50fa0 100644 --- a/src/MeasureGUI/MeasureGUI_CheckCompoundOfBlocksDlg.cxx +++ b/src/MeasureGUI/MeasureGUI_CheckCompoundOfBlocksDlg.cxx @@ -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 );