mirror of
https://github.com/soukoku/ntwain.git
synced 2025-08-20 06:46:51 +08:00
Merge df0b3b015a
into c5e2960678
This commit is contained in:
commit
d8fccbb03a
@ -110,7 +110,7 @@ namespace NTwain.Internals
|
||||
}
|
||||
}
|
||||
|
||||
if (rc != ReturnCode.Success && session.StopOnTransferError)
|
||||
if (rc != ReturnCode.XferDone && session.StopOnTransferError)
|
||||
{
|
||||
// end xfer without setting rc to exit (good/bad?)
|
||||
session.DGControl.PendingXfers.Reset(pending);
|
||||
|
Loading…
Reference in New Issue
Block a user