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