Add action Add separator to menu.
This commit is contained in:
parent
d6f446c452
commit
6c4231955e
|
@ -3,6 +3,7 @@
|
||||||
- Puzzle app. Fix incorrect update of a layout piece.
|
- Puzzle app. Fix incorrect update of a layout piece.
|
||||||
- Fix visualization for tool Point of intersection line and axis.
|
- Fix visualization for tool Point of intersection line and axis.
|
||||||
- Improved curve segment warnings.
|
- Improved curve segment warnings.
|
||||||
|
- Tape app. Add action Add separator to menu.
|
||||||
|
|
||||||
# Valentina 0.7.51 April 18, 2022
|
# Valentina 0.7.51 April 18, 2022
|
||||||
- Z value change for a layout piece.
|
- Z value change for a layout piece.
|
||||||
|
|
|
@ -1181,6 +1181,7 @@
|
||||||
</property>
|
</property>
|
||||||
<addaction name="actionAddKnown"/>
|
<addaction name="actionAddKnown"/>
|
||||||
<addaction name="actionAddCustom"/>
|
<addaction name="actionAddCustom"/>
|
||||||
|
<addaction name="actionAddSeparator"/>
|
||||||
<addaction name="actionDatabase"/>
|
<addaction name="actionDatabase"/>
|
||||||
<addaction name="actionImportFromPattern"/>
|
<addaction name="actionImportFromPattern"/>
|
||||||
<addaction name="actionMeasurementDiagram"/>
|
<addaction name="actionMeasurementDiagram"/>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user