sunrize 1.5.7 → 1.5.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sunrize",
3
3
  "productName": "Sunrize X3D Editor",
4
- "version": "1.5.7",
4
+ "version": "1.5.8",
5
5
  "description": "A Multi-Platform X3D Editor",
6
6
  "main": "src/main.js",
7
7
  "bin": {
@@ -635,7 +635,7 @@ module .exports = class Application
635
635
  { type: "separator" },
636
636
  {
637
637
  label: _("Grid Layout Tool"),
638
- type: "radio",
638
+ type: "checkbox",
639
639
  checked: this .menuOptions .GridTool,
640
640
  click: () =>
641
641
  {
@@ -644,7 +644,7 @@ module .exports = class Application
644
644
  },
645
645
  {
646
646
  label: _("Angle Grid Layout Tool"),
647
- type: "radio",
647
+ type: "checkbox",
648
648
  checked: this .menuOptions .AngleGridTool,
649
649
  click: () =>
650
650
  {
@@ -653,7 +653,7 @@ module .exports = class Application
653
653
  },
654
654
  {
655
655
  label: _("Axonometric Grid Layout Tool"),
656
- type: "radio",
656
+ type: "checkbox",
657
657
  checked: this .menuOptions .AxonometricGridTool,
658
658
  click: () =>
659
659
  {