Fix regression in Pattern properties dialog. Tab Security is disabled for pattern with individual measurements.
This commit is contained in:
parent
cf785a8cde
commit
4ee901d97c
|
@ -3,6 +3,7 @@
|
||||||
- Fix regression. Changing dimension value caused an infinite loop.
|
- Fix regression. Changing dimension value caused an infinite loop.
|
||||||
- Fix regression. Export to tiled PDF has no suffix.
|
- Fix regression. Export to tiled PDF has no suffix.
|
||||||
- Fix warning about missing EUDC font om Wondows.
|
- Fix warning about missing EUDC font om Wondows.
|
||||||
|
- Fix regression in Pattern properties dialog. Tab Security is disabled for pattern with individual measurements.
|
||||||
|
|
||||||
# Version 0.7.42 Jan 26, 2021
|
# Version 0.7.42 Jan 26, 2021
|
||||||
- Fix export of pattern recipe.
|
- Fix export of pattern recipe.
|
||||||
|
|
|
@ -124,10 +124,6 @@ DialogPatternProperties::DialogPatternProperties(VPattern *doc, VContainer *pat
|
||||||
connect(bCancel, &QPushButton::clicked, this, &DialogPatternProperties::close);
|
connect(bCancel, &QPushButton::clicked, this, &DialogPatternProperties::close);
|
||||||
|
|
||||||
ui->tabWidget->setCurrentIndex(0);
|
ui->tabWidget->setCurrentIndex(0);
|
||||||
if (qApp->GetMeasurementsType() != MeasurementsType::Multisize)
|
|
||||||
{
|
|
||||||
ui->tabWidget->setTabEnabled(1, false);
|
|
||||||
}
|
|
||||||
|
|
||||||
const bool readOnly = doc->IsReadOnly();
|
const bool readOnly = doc->IsReadOnly();
|
||||||
ui->checkBoxPatternReadOnly->setChecked(readOnly);
|
ui->checkBoxPatternReadOnly->setChecked(readOnly);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user