Browse Source

Merge pull request #11906 from fieldOfView/fix_single_copy_multiply

[5.0b1] Fix creating a single copy of a model
Joey de l'Arago 2 years ago
parent
commit
d12703289b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      resources/qml/Menus/ContextMenu.qml

+ 1 - 0
resources/qml/Menus/ContextMenu.qml

@@ -134,6 +134,7 @@ Cura.Menu
                 from: 1
                 to: 99
                 width: 2 * UM.Theme.getSize("button").width
+                value: 1
             }
         }
     }