1
1
Fork 0
mirror of https://github.com/FellippeHeitor/InForm.git synced 2025-01-15 11:59:34 +00:00

Calls SetRadioButtonValue only for the proper MenuItem controls.

This commit is contained in:
FellippeHeitor 2018-05-24 23:31:42 -03:00
parent b0e3e5bb5c
commit 99a791dd02

View file

@ -2441,7 +2441,7 @@ SUB __UI_EventDispatcher
__UI_Focus = __UI_PreviousFocus
__UI_DestroyControl Control(__UI_ActiveMenu)
__UI_ForceRedraw = True
SetRadioButtonValue __UI_HoveringID
IF Control(__UI_HoveringID).BulletStyle = __UI_Bullet THEN SetRadioButtonValue __UI_HoveringID
END SELECT
__UI_LastMouseClick = TIMER
__UI_JustOpenedMenu = False