Skip to content

FormLayout: Fix wrongly targeted destroy() call

ivan tkachenko requested to merge work/ratijas/destructive-formlayout into master

FormLayout.qml: ReferenceError: labelItem is not defined

Inside the placeholder component labelItem does not refer to anything in its scope. It was clearly meant to destroy the item itself.

In the buddy component I removed id access as well, just in case.


Time for absolute random accidental discoveries of 5+ years old bugs.

Merge request reports