From ad2c6398fb1d73b8c0c5d8930259f4dac865df4c Mon Sep 17 00:00:00 2001 From: bart <9132501-flyingsheep@users.noreply.gitlab.com> Date: Sun, 11 Apr 2021 16:04:32 +0000 Subject: [PATCH] T(Float)SpinEditEx: publish property EditorEnabled. git-svn-id: trunk@64967 - --- components/lazcontrols/spinex.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/lazcontrols/spinex.pp b/components/lazcontrols/spinex.pp index 252c0f91b5..ac20d07318 100644 --- a/components/lazcontrols/spinex.pp +++ b/components/lazcontrols/spinex.pp @@ -297,6 +297,7 @@ type property ArrowKeys; property DecimalSeparator; property DecimalPlaces; + property EditorEnabled; property Increment; property MaxValue; property MinValue; @@ -401,6 +402,7 @@ type //From TCustomFloatSpinEditEx property ArrowKeys; + property EditorEnabled; property Increment; property MaxValue; property MinValue;