From 16c42ceaa05814cb69d0ec9917085c92dc3ade5a Mon Sep 17 00:00:00 2001 From: Bart <9132501-flyingsheep@users.noreply.gitlab.com> Date: Sun, 3 Oct 2021 16:40:09 +0200 Subject: [PATCH] T(Float)SpinEditEx: forgotten to commit file in e868afe1. --- components/lazcontrols/spinex.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/components/lazcontrols/spinex.pp b/components/lazcontrols/spinex.pp index b267d85bfc..7cddfcbdc9 100644 --- a/components/lazcontrols/spinex.pp +++ b/components/lazcontrols/spinex.pp @@ -109,6 +109,7 @@ type FMinValue: T; FInitialValue: T; FMinRepeatValue: Byte; + FMustSetModifiedToTrueInOnChange: Boolean; FNullValue: T; FNullValueBehaviour: TNullValueBehaviour; FValue: T;