Tape app. Fix crash after switching language.
This commit is contained in:
parent
6c4231955e
commit
f4d0d4aa2e
|
@ -4,6 +4,7 @@
|
|||
- Fix visualization for tool Point of intersection line and axis.
|
||||
- Improved curve segment warnings.
|
||||
- Tape app. Add action Add separator to menu.
|
||||
- Tape app. Fix crash after switching language.
|
||||
|
||||
# Valentina 0.7.51 April 18, 2022
|
||||
- Z value change for a layout piece.
|
||||
|
|
|
@ -415,6 +415,9 @@ void TMainWindow::FileNew()
|
|||
DialogSetupMultisize setup(mUnit, this);
|
||||
if (setup.exec() == QDialog::Rejected)
|
||||
{
|
||||
mUnit = Unit::Cm;
|
||||
pUnit = mUnit;
|
||||
mType = MeasurementsType::Individual;
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user