Check size of pieces list in "Create mode".
--HG-- branch : feature
This commit is contained in:
parent
6793bb69f1
commit
34e5fd2ceb
|
@ -322,7 +322,7 @@ bool DialogPiecePath::PathIsValid() const
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (m_showMode && ui->comboBoxPiece->count() <= 0)
|
if (not m_showMode && ui->comboBoxPiece->count() <= 0)
|
||||||
{
|
{
|
||||||
url += tr("List of pieces is empty!");
|
url += tr("List of pieces is empty!");
|
||||||
ui->helpLabel->setText(url);
|
ui->helpLabel->setText(url);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user