From 676454682449576636638d459633f393feabff7d Mon Sep 17 00:00:00 2001 From: Kang Yu Date: Sun, 8 Dec 2024 13:15:51 -0800 Subject: [PATCH] missing reset causing failure to activate window --- .../Common/PersistentWindowProcessor.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Ninjacrab.PersistentWindows.Solution/Common/PersistentWindowProcessor.cs b/Ninjacrab.PersistentWindows.Solution/Common/PersistentWindowProcessor.cs index c9d817a..eedd884 100644 --- a/Ninjacrab.PersistentWindows.Solution/Common/PersistentWindowProcessor.cs +++ b/Ninjacrab.PersistentWindows.Solution/Common/PersistentWindowProcessor.cs @@ -2664,6 +2664,8 @@ namespace PersistentWindows.Common userMove = false; userMovePrev = false; + captureTimerStarted = false; + // restart capture timer captureTimer.Change(Timeout.Infinite, Timeout.Infinite); }