summaryrefslogtreecommitdiff
path: root/editors/lazarus/files
diff options
context:
space:
mode:
Diffstat (limited to 'editors/lazarus/files')
-rw-r--r--editors/lazarus/files/patch-lcl_interfaces_qt6_qtwidgets.pas25
1 files changed, 0 insertions, 25 deletions
diff --git a/editors/lazarus/files/patch-lcl_interfaces_qt6_qtwidgets.pas b/editors/lazarus/files/patch-lcl_interfaces_qt6_qtwidgets.pas
deleted file mode 100644
index 2e84562874d1..000000000000
--- a/editors/lazarus/files/patch-lcl_interfaces_qt6_qtwidgets.pas
+++ /dev/null
@@ -1,25 +0,0 @@
---- lcl/interfaces/qt6/qtwidgets.pas.orig 2025-05-03 06:08:10 UTC
-+++ lcl/interfaces/qt6/qtwidgets.pas
-@@ -16497,10 +16497,6 @@ begin
- FActions.Free;
- end;
-
-- if Assigned(FActionHandle) then
-- QAction_Destroy(FActionHandle);
-- FActionHandle := nil;
--
- inherited Destroy;
- end;
-
-@@ -16554,6 +16550,11 @@ begin
- QMenu_hook_destroy(FAboutToHideHook);
- FAboutToHideHook := nil;
- end;
-+
-+ if Assigned(FActionHandle) then
-+ QAction_Destroy(FActionHandle);
-+ FActionHandle := nil;
-+
- inherited DetachEvents;
- end;
-