Tiny bugfix

This commit is contained in:
Michael Bucari-Tovo 2022-05-15 09:00:52 -06:00
parent 1ab628dee8
commit c0ef3ccbea
2 changed files with 1 additions and 1 deletions

View file

@ -179,6 +179,7 @@ namespace LibationWinForms.ProcessQueue
if (VirtualControlCount <= maxFullVisible)
{
vScrollBar1.Enabled = false;
vScrollBar1.Value = 0;
for (int i = VirtualControlCount; i < NUM_ACTUAL_CONTROLS; i++)
BookControls[i].Visible = false;