Minor refactor
This commit is contained in:
parent
a40fb7f4bd
commit
84a8fb0074
2 changed files with 2 additions and 9 deletions
|
|
@ -46,7 +46,7 @@ namespace LibationWinForms.ProcessQueue
|
|||
|
||||
public void SetProgrss(int progress)
|
||||
{
|
||||
//Disabvle slow fill
|
||||
//Disable slow fill
|
||||
//https://stackoverflow.com/a/5332770/3335599
|
||||
if (progress < progressBar1.Maximum)
|
||||
progressBar1.Value = progress + 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue