mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 13:17:51 -06:00
Remove exclusive group comments
CURA-8683
This commit is contained in:
parent
052898ce21
commit
770f6f94c9
1 changed files with 0 additions and 3 deletions
|
@ -52,7 +52,6 @@ Menu
|
||||||
{
|
{
|
||||||
UM.Preferences.setValue("general/camera_perspective_mode", "perspective")
|
UM.Preferences.setValue("general/camera_perspective_mode", "perspective")
|
||||||
}
|
}
|
||||||
//exclusiveGroup: group
|
|
||||||
}
|
}
|
||||||
|
|
||||||
MenuItem
|
MenuItem
|
||||||
|
@ -64,9 +63,7 @@ Menu
|
||||||
{
|
{
|
||||||
UM.Preferences.setValue("general/camera_perspective_mode", "orthographic")
|
UM.Preferences.setValue("general/camera_perspective_mode", "orthographic")
|
||||||
}
|
}
|
||||||
//exclusiveGroup: group
|
|
||||||
}
|
}
|
||||||
//ExclusiveGroup { id: group }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
MenuSeparator {}
|
MenuSeparator {}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue