mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-03 09:46:54 +02:00
[FindMyMouse]Fix hang on top left activation (#19347)
This commit is contained in:
@@ -104,7 +104,7 @@ private:
|
||||
return p1.x == p2.x && p1.y == p2.y;
|
||||
}
|
||||
|
||||
static constexpr POINT ptNowhere = { -1, -1 };
|
||||
static constexpr POINT ptNowhere = { LONG_MIN, LONG_MIN };
|
||||
static constexpr DWORD TIMER_ID_TRACK = 100;
|
||||
static constexpr DWORD IdlePeriod = 1000;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user