mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-06 23:00:34 +05:00
Fix bug 17577: Help in 4x: Page is not displayed.
This commit is contained in:
parent
6afbf9dbec
commit
9e091cbbbc
@ -260,6 +260,7 @@ SMESHGUI_MakeNodeAtPointOp::SMESHGUI_MakeNodeAtPointOp()
|
|||||||
mySimulation = 0;
|
mySimulation = 0;
|
||||||
myDlg = new SMESHGUI_MakeNodeAtPointDlg;
|
myDlg = new SMESHGUI_MakeNodeAtPointDlg;
|
||||||
myFilter = 0;
|
myFilter = 0;
|
||||||
|
myHelpFileName = "mesh_through_point_page.html";
|
||||||
|
|
||||||
// connect signals and slots
|
// connect signals and slots
|
||||||
connect(myDlg->myX, SIGNAL (valueChanged(double)), this, SLOT(redisplayPreview()));
|
connect(myDlg->myX, SIGNAL (valueChanged(double)), this, SLOT(redisplayPreview()));
|
||||||
|
Loading…
Reference in New Issue
Block a user