Revert "Make scrll look more natural when removing items from control"
This reverts commit 88cbcf6baf.
This commit is contained in:
parent
88cbcf6baf
commit
a8a54aa443
3 changed files with 4 additions and 20 deletions
|
|
@ -1,4 +1,5 @@
|
|||
using LibationFileManager;
|
||||
using ApplicationServices;
|
||||
using LibationFileManager;
|
||||
using LibationWinForms.ProcessQueue;
|
||||
using System;
|
||||
using System.Linq;
|
||||
|
|
@ -13,20 +14,6 @@ namespace LibationWinForms
|
|||
{
|
||||
productsGrid.LiberateClicked += (_, lb) => processBookQueue1.AddDownloadDecrypt(lb);
|
||||
processBookQueue1.popoutBtn.Click += ProcessBookQueue1_PopOut;
|
||||
|
||||
Task.Run(() =>
|
||||
{
|
||||
Task.Delay(3000).Wait();
|
||||
var lb = ApplicationServices.DbContexts.GetLibrary_Flat_NoTracking().Select(lb => lb.Book).ToList();
|
||||
|
||||
foreach (var b in lb)
|
||||
{
|
||||
b.UserDefinedItem.BookStatus = DataLayer.LiberatedStatus.NotLiberated;
|
||||
}
|
||||
ApplicationServices.LibraryCommands.UpdateUserDefinedItem(lb);
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
int WidthChange = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue