1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-29 09:20:38 +00:00

Fixes mouse button 'sticking' in Change UDT dialog.

This commit is contained in:
FellippeHeitor 2021-08-30 01:42:56 -03:00
parent 7c1f83f4f1
commit 6f77de8c2a

View file

@ -8898,12 +8898,10 @@ FUNCTION ideelementwatchbox$(currentPath$, elementIndexes$, level, singleElement
ideelementwatchbox$ = returnList$
END IF
IF mousedown THEN
DO
GetInput
_LIMIT 100
LOOP UNTIL mRELEASE
END IF
DO UNTIL mCLICK = 0
GetInput
_LIMIT 100
LOOP
EXIT FUNCTION
END IF