-
-
Notifications
You must be signed in to change notification settings - Fork 479
Open
Labels
Milestone
Description
Describe the bug
Changing the alpha of an edit box does not affect its caret and does not allow the cursor to blink.
To Reproduce
Steps to reproduce the behavior:
crun edit = guiCreateEdit(500,500,100,20,"",false)
- Click the edit.
crun guiSetAlpha(edit,0.2)
- You will see the edit caret is still 100% alpha.
crun guiSetAlpha(edit,0)
will not have any effect on edit caret.
Expected behavior
The alpha of the caret should be equal to the alpha of the edit box.
Additional context
From https://bugs.mtasa.com/view.php?id=9306