[FancyZones][Hotfix]Opacity reset fix (#23818)

This commit is contained in:
Seraphima Zykova
2023-02-03 18:08:51 +03:00
committed by GitHub
parent b09ce1bb57
commit 82c5c00092
2 changed files with 11 additions and 2 deletions

View File

@@ -33,6 +33,7 @@ private:
COLORREF crKey = RGB(0, 0, 0);
DWORD dwFlags = 0;
BYTE alpha = 0;
bool transparencySet{false};
};
const HWND m_window;