mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Fix ctrl+z issues
CURA-7951`
This commit is contained in:
parent
668038c59f
commit
719b11655c
3 changed files with 4 additions and 4 deletions
|
@ -37,7 +37,7 @@ class GridArrange(Arranger):
|
|||
self._initial_leftover_grid_x = math.floor(self._initial_leftover_grid_x)
|
||||
self._initial_leftover_grid_y = math.floor(self._initial_leftover_grid_y)
|
||||
|
||||
def createGroupOperationForArrange(self, add_new_nodes_in_scene: bool = True) -> Tuple[GroupedOperation, int]:
|
||||
def createGroupOperationForArrange(self, add_new_nodes_in_scene: bool = False) -> Tuple[GroupedOperation, int]:
|
||||
# Find grid indexes that intersect with fixed objects
|
||||
fixed_nodes_grid_ids = set()
|
||||
for node in self._fixed_nodes:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue