mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-04-24 01:22:05 +05:00
ClickOnCancel slot is virtual now to have possibility clear temporary structures when dialog is closed(PAL131191: EDF160 GEOM: in Glue Faces, visualize faces existing twice)
This commit is contained in:
parent
69de88f091
commit
6318afdea1
@ -87,7 +87,7 @@ protected:
|
|||||||
QString myHelpFileName;
|
QString myHelpFileName;
|
||||||
|
|
||||||
protected slots:
|
protected slots:
|
||||||
void ClickOnCancel();
|
virtual void ClickOnCancel();
|
||||||
void LineEditReturnPressed();
|
void LineEditReturnPressed();
|
||||||
void DeactivateActiveDialog();
|
void DeactivateActiveDialog();
|
||||||
void ActivateThisDialog();
|
void ActivateThisDialog();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user