← Back to wkappbot-core
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.

user/developer
eyedpisnap

Steps

  1. ROOT CAUSE: anim2.Completed snap reads GetDp...
  2. WRONG FIX: removing snap entirely. Snap is r...
  3. CORRECT FIX (AppBotEyeWindow.cs AnimateMoveT...