Change condition for successful result.
--HG-- branch : feature
This commit is contained in:
parent
f407e969f4
commit
faff2b6d5d
|
@ -362,7 +362,7 @@ bool MainWindowsNoGUI::GenerateLayout(VLayoutGenerator& lGenerator)
|
|||
QApplication::alert(this);
|
||||
}
|
||||
|
||||
if (nestingState == LayoutErrors::NoError || (nestingState == LayoutErrors::Timeout && not papers.isEmpty()))
|
||||
if (not papers.isEmpty() && nestingState != LayoutErrors::ProcessStoped)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user