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:
parent
b0e3e5bb5c
commit
99a791dd02
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue