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

Prevent the v1 propsheet from zeroing colors, causing black text on black background. #2651

Merged
merged 6 commits into from
Oct 2, 2019

Commits on Sep 3, 2019

  1. This fixes the registry path

      What's happening is the console is writing the Forcev2 setting, then the v1
      console is ignoring those settings, then when you check the checkbox to save
      the v2 settings, we'll write the zeros out. That's obviously bad. So we'll
      only write the v2 settings back to the registry if the propsheet was launched
      from a v2 console.
    
      This does not fix the shortcut path. That'll be the next commit.
    zadjii-msft committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    3d95ee8 View commit details
    Browse the repository at this point in the history
  2. Fix the shortcut loading too

      fixes #2319
    zadjii-msft committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    a6cccea View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2019

  1. Merge remote-tracking branch 'origin/master' into dev/migrie/b/2319-v…

    …1-propsheet-zeros-colors
    zadjii-msft committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    18e11c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2019

  1. Configuration menu
    Copy the full SHA
    279083e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    842262f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b054ff View commit details
    Browse the repository at this point in the history