mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-27 21:50:33 +05:00
Fix for "0052732: OCC viewer is not switched back to 3D mode after closing Create Polyline dialog box" issue
This commit is contained in:
parent
e38148a840
commit
38f42c5163
@ -162,6 +162,7 @@ EntityGUI_PolylineDlg::EntityGUI_PolylineDlg
|
|||||||
EntityGUI_PolylineDlg::~EntityGUI_PolylineDlg()
|
EntityGUI_PolylineDlg::~EntityGUI_PolylineDlg()
|
||||||
{
|
{
|
||||||
erasePreview();
|
erasePreview();
|
||||||
|
myEditorWidget->SetViewer2DMode(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
//=================================================================================
|
//=================================================================================
|
||||||
@ -381,16 +382,6 @@ bool EntityGUI_PolylineDlg::ClickOnApply()
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
//=================================================================================
|
|
||||||
// function : ClickOnCancel()
|
|
||||||
// purpose :
|
|
||||||
//=================================================================================
|
|
||||||
void EntityGUI_PolylineDlg::ClickOnCancel()
|
|
||||||
{
|
|
||||||
myEditorWidget->SetViewer2DMode(false);
|
|
||||||
GEOMBase_Skeleton::ClickOnCancel();
|
|
||||||
}
|
|
||||||
|
|
||||||
//=================================================================================
|
//=================================================================================
|
||||||
// function : processStartedSubOperation
|
// function : processStartedSubOperation
|
||||||
// purpose :
|
// purpose :
|
||||||
|
@ -152,7 +152,6 @@ protected slots:
|
|||||||
|
|
||||||
void ClickOnOk();
|
void ClickOnOk();
|
||||||
bool ClickOnApply();
|
bool ClickOnApply();
|
||||||
void ClickOnCancel();
|
|
||||||
void processStartedSubOperation( QWidget*, bool );
|
void processStartedSubOperation( QWidget*, bool );
|
||||||
void processFinishedSubOperation( QWidget* );
|
void processFinishedSubOperation( QWidget* );
|
||||||
void SetEditCurrentArgument( bool );
|
void SetEditCurrentArgument( bool );
|
||||||
|
Loading…
Reference in New Issue
Block a user