mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-15 19:27:56 +01:00
[AlwaysOnTop]Fix borders staying after Win+D (#18313)
This commit is contained in:
@@ -49,7 +49,7 @@ WindowBorder::~WindowBorder()
|
||||
if (m_window)
|
||||
{
|
||||
SetWindowLongPtrW(m_window, GWLP_USERDATA, 0);
|
||||
ShowWindow(m_window, SW_HIDE);
|
||||
DestroyWindow(m_window);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user