Tiny bugfix
This commit is contained in:
parent
1ab628dee8
commit
c0ef3ccbea
@ -309,7 +309,6 @@ namespace LibationWinForms.ProcessQueue
|
||||
item.Cancel();
|
||||
Queue.RemoveQueued(item);
|
||||
virtualFlowControl2.VirtualControlCount = Queue.Count;
|
||||
UpdateControl(queueIndex);
|
||||
}
|
||||
else if (buttonName == nameof(panelClicked.moveFirstBtn))
|
||||
{
|
||||
|
||||
@ -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…
x
Reference in New Issue
Block a user