mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-10 20:45:38 +02:00
missing reset causing failure to activate window
This commit is contained in:
parent
453a4cb9e9
commit
6764546824
1 changed files with 2 additions and 0 deletions
|
@ -2664,6 +2664,8 @@ namespace PersistentWindows.Common
|
|||
userMove = false;
|
||||
userMovePrev = false;
|
||||
|
||||
captureTimerStarted = false;
|
||||
|
||||
// restart capture timer
|
||||
captureTimer.Change(Timeout.Infinite, Timeout.Infinite);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue