Cleanup
This commit is contained in:
parent
bc0009be6c
commit
ed66019d9a
@ -30,10 +30,7 @@ namespace LibationWinForms.GridView
|
||||
|
||||
if (status.IsSeries)
|
||||
{
|
||||
var imageName = status.Expanded ? "minus" : "plus";
|
||||
|
||||
var bmp = (Bitmap)Properties.Resources.ResourceManager.GetObject(imageName);
|
||||
DrawButtonImage(graphics, bmp, cellBounds);
|
||||
DrawButtonImage(graphics, status.Expanded ? Properties.Resources.minus: Properties.Resources.plus, cellBounds);
|
||||
|
||||
ToolTipText = status.Expanded ? "Click to Collpase" : "Click to Expand";
|
||||
}
|
||||
|
||||
@ -282,7 +282,6 @@ namespace LibationWinForms.ProcessQueue
|
||||
|
||||
private async void Processable_Completed(object sender, LibraryBook libraryBook)
|
||||
{
|
||||
|
||||
Logger.Info($"{((Processable)sender).Name} Step, Completed: {libraryBook.Book}");
|
||||
UnlinkProcessable((Processable)sender);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user