mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 10:17:52 -06:00
Undo emit transformationChanges (caused a crash), themed objects in objects list. CURA-4525
This commit is contained in:
parent
2c831ceb05
commit
663ceab069
6 changed files with 19 additions and 15 deletions
|
@ -34,8 +34,6 @@ class ArrangeArray:
|
|||
if a.isEmpty:
|
||||
self._first_empty = i
|
||||
self._has_empty = True
|
||||
|
||||
Logger.log("d", "lala %s %s", self._first_empty, self._has_empty)
|
||||
return
|
||||
self._first_empty = None
|
||||
self._has_empty = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue