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

Improve playlist tabs and tab stack rendering #451

Merged
merged 3 commits into from
Feb 18, 2022

Commits on Feb 18, 2022

  1. Eliminate playlist tabs and tab stack flickering

    This eliminates flickering when resizing the playlist tabs and tab stack panels by using double-buffered painting.
    
    This applies to both light and dark modes.
    reupen committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    f0415da View commit details
    Browse the repository at this point in the history
  2. Correct playlist tabs and tab stack dark mode child background colour

    This corrects the background colour of the playlist tabs and tab stack container in dark mode.
    
    This ensure a child panel with a transparent background has the correct background colour.
    reupen committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    2f48788 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75023b3 View commit details
    Browse the repository at this point in the history