mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 04:55:39 +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;
|
userMove = false;
|
||||||
userMovePrev = false;
|
userMovePrev = false;
|
||||||
|
|
||||||
|
captureTimerStarted = false;
|
||||||
|
|
||||||
// restart capture timer
|
// restart capture timer
|
||||||
captureTimer.Change(Timeout.Infinite, Timeout.Infinite);
|
captureTimer.Change(Timeout.Infinite, Timeout.Infinite);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue