mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-22 09:30:32 +05:00
Fix problem with preview
This commit is contained in:
parent
2e8ab97a1d
commit
137c0ffe38
@ -211,7 +211,7 @@ void RepairGUI_FreeBoundDlg::onSelectionDone()
|
||||
return;
|
||||
else {
|
||||
myObj = anObj;
|
||||
displayPreview( false, true, true, 3 );
|
||||
displayPreview( true, false, true, true, 3 );
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -248,7 +248,7 @@ void RepairGUI_FreeFacesDlg::onSelectionDone()
|
||||
}
|
||||
else {
|
||||
myObj = anObj;
|
||||
displayPreview( false, true, true, 3 );
|
||||
displayPreview( true, false, true, true, 3 );
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -404,7 +404,7 @@ void RepairGUI_RemoveHolesDlg::initSelection()
|
||||
//=================================================================================
|
||||
void RepairGUI_RemoveHolesDlg::onDetect()
|
||||
{
|
||||
displayPreview(false, true, true, 3);
|
||||
displayPreview(true, false, true, true, 3);
|
||||
|
||||
// field myClosed,myOpen is initialized in execute() method, called by displayPreview().
|
||||
QString msg;
|
||||
|
@ -337,7 +337,7 @@ void RepairGUI_SewingDlg::initSelection()
|
||||
//=================================================================================
|
||||
void RepairGUI_SewingDlg::onDetect()
|
||||
{
|
||||
displayPreview( false, true, true, 3 );
|
||||
displayPreview( true, false, true, true, 3 );
|
||||
|
||||
// field myClosed,myOpen is initialized in execute() method, called by displayPreview().
|
||||
QString msg;
|
||||
|
Loading…
Reference in New Issue
Block a user