return;
else {
myObj = anObj;
- displayPreview( false, true, true, 3 );
+ displayPreview( true, false, true, true, 3 );
}
}
}
else {
myObj = anObj;
- displayPreview( false, true, true, 3 );
+ displayPreview( true, false, true, true, 3 );
}
}
//=================================================================================
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;
//=================================================================================
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;