mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 18:57:19 +02:00
FZ: do not activate zones window when it's shown (#8795)
This commit is contained in:
@@ -218,7 +218,7 @@ void ZoneWindowDrawing::Show(unsigned animationMillis)
|
||||
|
||||
if (!m_animation)
|
||||
{
|
||||
ShowWindow(m_window, SW_SHOWDEFAULT);
|
||||
ShowWindow(m_window, SW_SHOWNA);
|
||||
if (animationMillis > 0)
|
||||
{
|
||||
m_animation.emplace(AnimationInfo{ std::chrono::steady_clock().now(), animationMillis });
|
||||
|
||||
Reference in New Issue
Block a user