1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-26 17:10:38 +00:00

Fix UDT single element selection.

This commit is contained in:
FellippeHeitor 2021-09-28 01:10:51 -03:00
parent aff7199253
commit ca9737c465

View file

@ -9424,10 +9424,10 @@ FUNCTION ideelementwatchbox$(currentPath$, elementIndexes$, level, singleElement
i = i + 1
LOOP
v$ = ideelementwatchbox$(currentPath$ + RTRIM$(udtecname(varDlgList(y).index)) + ".", elementIndexes2$, level + 1, singleElementSelection, ok2)
ok = ok2
IF ok2 = -2 THEN
'single selection
ideelementwatchbox$ = returnList$
EXIT FUNCTION
GOTO buildListToReturn
ELSEIF ok2 = -3 THEN
'single selection canceled
EXIT FUNCTION