mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-22 12:50:32 +05:00
Generating of documentation: set the correct reference for the "Help" button of GlueEdges dlg
This commit is contained in:
parent
b37488eb20
commit
0c352ca06a
@ -151,7 +151,20 @@ RepairGUI_GlueDlg::RepairGUI_GlueDlg(GeometryGUI* theGeometryGUI, QWidget* paren
|
||||
|
||||
/***************************************************************/
|
||||
|
||||
setHelpFileName("glue_faces_operation_page.html");
|
||||
QString aHelpFileName;
|
||||
switch ( myGlueMode ) {
|
||||
case TopAbs_EDGE:
|
||||
{
|
||||
aHelpFileName = "glue_edges_operation_page.html";
|
||||
break;
|
||||
}
|
||||
case TopAbs_FACE:
|
||||
{
|
||||
aHelpFileName = "glue_faces_operation_page.html";
|
||||
break;
|
||||
}
|
||||
}
|
||||
setHelpFileName(aHelpFileName);
|
||||
|
||||
// Disable second way of gluing if OCC viewer is not active one
|
||||
if (myGeomGUI->getApp()->desktop()->activeWindow()->getViewManager()->getType()
|
||||
|
Loading…
Reference in New Issue
Block a user