mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-10 23:43:06 +05:00
Qt4 porting: fix SIGSEGV on Renumbering dialog activation.
This commit is contained in:
parent
27aae352dc
commit
b2e2ef901d
@ -92,7 +92,7 @@ SMESHGUI_RenumberingDlg::SMESHGUI_RenumberingDlg( SMESHGUI* theModule, const int
|
||||
SMESHGUI_RenumberingDlgLayout->setMargin(MARGIN);
|
||||
|
||||
/***************************************************************/
|
||||
QGroupBox* GroupConstructors = new QGroupBox(unit == 0 ?
|
||||
GroupConstructors = new QGroupBox(unit == 0 ?
|
||||
tr("SMESH_NODES") :
|
||||
tr("SMESH_ELEMENTS"),
|
||||
this);
|
||||
|
Loading…
Reference in New Issue
Block a user