Skip to content

Commit

Permalink
this by itself fixes it
Browse files Browse the repository at this point in the history
  • Loading branch information
zadjii-msft committed Feb 14, 2022
1 parent 09e9915 commit 26a8447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cascadia/TerminalControl/TermControl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ namespace winrt::Microsoft::Terminal::Control::implementation
if (acrylic == nullptr)
{
acrylic = Media::AcrylicBrush{};
acrylic.BackgroundSource(Media::AcrylicBackgroundSource::HostBackdrop);
// acrylic.BackgroundSource(Media::AcrylicBackgroundSource::HostBackdrop);
}

// see GH#1082: Initialize background color so we don't get a
Expand Down

0 comments on commit 26a8447

Please sign in to comment.