https://winscp.net/tracker/1415 Source commit: 13120e55765742f9bc25bc109a41f09a947264a0
@@ -1187,6 +1187,8 @@ begin
// to force drag&drop re-registration when recreating handle
// (occurs when changing ViewStyle)
FDragDropFilesEx.DragDropControl := nil;
+ // Destroy the animation, as we keep getting reports that the animation fails to recreate
+ DoAnimation(False);
inherited;
end;