mirror of
https://github.com/FellippeHeitor/InForm.git
synced 2025-01-15 11:59:34 +00:00
Prevents sending properties when values change programmatically.
This commit is contained in:
parent
6cfd2193db
commit
4bbc088c5f
1 changed files with 2 additions and 0 deletions
|
@ -2676,6 +2676,8 @@ SUB __UI_TextChanged (id AS LONG)
|
||||||
END SUB
|
END SUB
|
||||||
|
|
||||||
SUB __UI_ValueChanged (id AS LONG)
|
SUB __UI_ValueChanged (id AS LONG)
|
||||||
|
IF __UI_StateHasChanged THEN EXIT SUB 'skip values changed programmatically
|
||||||
|
|
||||||
DIM b$
|
DIM b$
|
||||||
SELECT EVERYCASE id
|
SELECT EVERYCASE id
|
||||||
CASE AlignOptions
|
CASE AlignOptions
|
||||||
|
|
Loading…
Reference in a new issue