From 32b3f24f8bb1136098233f5be11cc44801777d3f Mon Sep 17 00:00:00 2001 From: Jon Evans Date: Sun, 6 Nov 2022 18:27:18 -0500 Subject: [PATCH] Thanks xorg --- common/widgets/unit_binder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/widgets/unit_binder.cpp b/common/widgets/unit_binder.cpp index 116974dd37..74e5ca883e 100644 --- a/common/widgets/unit_binder.cpp +++ b/common/widgets/unit_binder.cpp @@ -499,7 +499,7 @@ bool UNIT_BINDER::IsIndeterminate() const { wxTextEntry* te = dynamic_cast( m_valueCtrl ); - if( te )Note that you can have two entries that come from the same database table if ou want + if( te ) return te->GetValue() == INDETERMINATE_STATE || te->GetValue() == INDETERMINATE_ACTION; return false;