wkappbot-core
★☆☆
Eye DPI drift: snap timing fix
AnimateMoveTo snap must wait 150ms after animation for WM_DPICHANGED to settle. Never remove snap -- it corrects WPF mixed-DPI positioning.
Steps
- ROOT CAUSE: anim2.Completed snap reads GetDp...
- WRONG FIX: removing snap entirely. Snap is r...
- CORRECT FIX (AppBotEyeWindow.cs AnimateMoveT...