mirror of
https://github.com/rivo/tview.git
synced 2026-04-27 05:45:49 +03:00
[GH-ISSUE #1012] Button border disappeared when clicked #735
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#735
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @duguanyue on GitHub (Jul 26, 2024).
Original GitHub issue: https://github.com/rivo/tview/issues/1012
I tried to make a simple UI, and found that when the button was clicked, its border disappeared, and when it lost focus, its border appeared again, I don't know why. please help to check.
@rivo commented on GitHub (Jul 28, 2024):
This appears to have been a bug from some ill-conceived idea I had in the very beginning of this project. The latest commit should fix this.