From 2251edbf86d423d259ec0c7fe61392acf8c9a5e4 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Thu, 5 Oct 2023 10:58:00 +0200 Subject: [PATCH] Fix invalid attempt to destroy() an indestructible object --- src/qml/ContextMenu.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/qml/ContextMenu.qml b/src/qml/ContextMenu.qml index f5bd4c4e7..abc96ed1c 100644 --- a/src/qml/ContextMenu.qml +++ b/src/qml/ContextMenu.qml @@ -133,7 +133,6 @@ Loader { onClosed: { root.closed() - destroy() } } }