There seems to be an issue with the TForm.ScreenSnap
property on Windows 10.
I always have ScreenSnap
active for Main Forms, and the SnapBuffer
set to 10 pixels. This works fine until Windows 10.
Now, if ScreenSnap
is active, the Form will stick to the screen edge as it is supposed to do. But, if I want to un-stick it, I have to move the window vigorously. If I move the mouse too slow, the Form will remain stuck to the screen border, resulting in a very weird user experience.
Does anyone know how to fix this (without disabling ScreenSnap
on Windows 10)? Or, at least, can anyone else confirm this as a bug?