mirror of
https://github.com/rivo/tview.git
synced 2026-04-26 13:25:51 +03:00
[PR #955] [CLOSED] Fixed rendering for list selected item when reverse attribute is part of selected style #1080
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#1080
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?
📋 Pull Request Information
Original PR: https://github.com/rivo/tview/pull/955
Author: @Souheab
Created: 3/7/2024
Status: ❌ Closed
Base:
master← Head:patch1📝 Commits (5)
6744443Fixed an infinite loop after clearing a selected cell. Fixes #944ec2e237Mouse scrolling to the end turns tracking on. Resolves #945ae2f149No mouse scrolling when scrolling is turned off.e2bf3e8Drawing the Box in Modal, not in contained Frame. Fixes #9465eebffbFixed list selected style not being applied in a desirable way when reverse attribute is part of the style📊 Changes
4 files changed (+26 additions, -9 deletions)
View changed files
📝
list.go(+4 -3)📝
modal.go(+4 -3)📝
table.go(+2 -2)📝
textview.go(+16 -1)📄 Description
Attempt to fix issue #954
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.