Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix QML errors in InstrumentsTreeItemDelegate
- `popup` is not defined (anymore), because that's `openedPopup` now - `openedPopup` is readonly, because it is an alias to `Loader.item`. Trying to set it to `null` doesn't make sense and causes an error.
- Loading branch information