From no one we should check count of VPiece.
--HG-- branch : feature
This commit is contained in:
parent
11e9b40cb1
commit
2eea6482de
|
@ -2140,7 +2140,7 @@ void MainWindow::ActionDetails(bool checked)
|
|||
|
||||
if(not qApp->getOpeningPattern())
|
||||
{
|
||||
if (pattern->DataDetails()->count() == 0)
|
||||
if (pattern->DataPieces()->count() == 0)
|
||||
{
|
||||
QMessageBox::information(this, tr("Detail mode"), tr("You can't use now the Detail mode. "
|
||||
"Please, create at least one workpiece."),
|
||||
|
|
Loading…
Reference in New Issue
Block a user