Disable PayPal Automatic Refund on Order Cancellation
As this is obviously triggered when order status chaning, so we should look for hookActionOrderStatusUpdate or hookActionOrderStatusPostUpdate in modules/paypal/paypal.php, which this time should be looking for hookActionOrderStatusUpdate
Comment out the whole if ($params['newOrderStatus']->id == $osCanceled) statement will do the work.