Fixed logic so that status bar update does not cause a crash.

This commit is contained in:
Rich 2014-10-16 11:41:34 +00:00
parent 96f5522d9f
commit 933d9155c7

View File

@ -454,7 +454,7 @@ namespace DataLoader
{
pbProc.Value += incPrc;
pbSect.Value += incSec;
pbStep.Value += incStp;
if(pbStep.Value < pbStep.Maximum) pbStep.Value += incStp;
}
catch (Exception ex)
{