Fixed logic so that status bar update does not cause a crash.
This commit is contained in:
parent
96f5522d9f
commit
933d9155c7
@ -454,7 +454,7 @@ namespace DataLoader
|
|||||||
{
|
{
|
||||||
pbProc.Value += incPrc;
|
pbProc.Value += incPrc;
|
||||||
pbSect.Value += incSec;
|
pbSect.Value += incSec;
|
||||||
pbStep.Value += incStp;
|
if(pbStep.Value < pbStep.Maximum) pbStep.Value += incStp;
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user