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

Always init the BG opacity with the renderer #11368

Merged
1 commit merged into from
Sep 29, 2021
Merged

Commits on Sep 29, 2021

  1. Always init the BG opacity with the renderer

      Missed this in #11180. I forgot to init the BG opacity with the renderer on startup, because that matters when you have `"antialiasingMode": "cleartype",`.
    
      Repro json
      ```json
        {
            "commandline": "cmd.exe",
            "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
            "hidden": false,
            "opacity": 35,
            "antialiasingMode": "cleartype",
            "padding": "0",
            "name": "Command Prompt"
        },
      ```
    
      * [x] Fixes #11315
    zadjii-msft committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    76e3477 View commit details
    Browse the repository at this point in the history