mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-27 09:40:34 +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()
|
||||
{
|
||||
erasePreview();
|
||||
myEditorWidget->SetViewer2DMode(false);
|
||||
}
|
||||
|
||||
//=================================================================================
|
||||
@ -381,16 +382,6 @@ bool EntityGUI_PolylineDlg::ClickOnApply()
|
||||
return true;
|
||||
}
|
||||
|
||||
//=================================================================================
|
||||
// function : ClickOnCancel()
|
||||
// purpose :
|
||||
//=================================================================================
|
||||
void EntityGUI_PolylineDlg::ClickOnCancel()
|
||||
{
|
||||
myEditorWidget->SetViewer2DMode(false);
|
||||
GEOMBase_Skeleton::ClickOnCancel();
|
||||
}
|
||||
|
||||
//=================================================================================
|
||||
// function : processStartedSubOperation
|
||||
// purpose :
|
||||
|
@ -152,7 +152,6 @@ protected slots:
|
||||
|
||||
void ClickOnOk();
|
||||
bool ClickOnApply();
|
||||
void ClickOnCancel();
|
||||
void processStartedSubOperation( QWidget*, bool );
|
||||
void processFinishedSubOperation( QWidget* );
|
||||
void SetEditCurrentArgument( bool );
|
||||
|
Loading…
Reference in New Issue
Block a user