From 1c4681f1891a18f064628ecba634afe741b0a0d0 Mon Sep 17 00:00:00 2001 From: wp_xyz Date: Fri, 18 Oct 2024 11:40:45 +0200 Subject: [PATCH] LCL/LabeledEdit: Publish OnContextPopup event. Issue #41193, patch by @rousedebug. (cherry picked from commit 6be15f2be41d5c643991276b0f2ac7d25dae5d79) --- lcl/extctrls.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/lcl/extctrls.pp b/lcl/extctrls.pp index b3d7d6ee3e..086ad4e63c 100644 --- a/lcl/extctrls.pp +++ b/lcl/extctrls.pp @@ -1091,6 +1091,7 @@ type property OnChange; property OnClick; + property OnContextPopup; property OnDblClick; property OnDragDrop; property OnDragOver;