1
1
Fork 0
mirror of https://github.com/FellippeHeitor/InForm.git synced 2025-01-14 19:49:33 +00:00

Prevents sending properties when values change programmatically.

This commit is contained in:
FellippeHeitor 2018-08-23 00:24:18 -03:00
parent 6cfd2193db
commit 4bbc088c5f

View file

@ -2676,6 +2676,8 @@ SUB __UI_TextChanged (id AS LONG)
END SUB
SUB __UI_ValueChanged (id AS LONG)
IF __UI_StateHasChanged THEN EXIT SUB 'skip values changed programmatically
DIM b$
SELECT EVERYCASE id
CASE AlignOptions