Tiny bugfix
This commit is contained in:
parent
1ab628dee8
commit
c0ef3ccbea
2 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue