Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix un-selection background color on Android DetailedList and Table #3156

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

proneon267
Copy link
Contributor

@proneon267 proneon267 commented Feb 4, 2025

Originally identified in #3118 and as suggested by @mhsmith, this PR(independent of #3118) fixes the following bug which is present in DetailedList and Table on Android:

        toga.Box(
            style=Pack(flex=1, background_color="#87CEFA"),
            children=[
                toga.DetailedList(...)
            ],
        )

Reason for not enabling background color tests in this PR: #3015

PR Checklist:

  • All new features have been tested
  • All new features have been documented
  • I have read the CONTRIBUTING.md file
  • I will abide by the code of conduct

proneon267 added a commit to proneon267/toga that referenced this pull request Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant