From d6de647974e2133575872004f3a0064641122037 Mon Sep 17 00:00:00 2001 From: Michael Bucari-Tovo Date: Wed, 11 May 2022 21:04:11 -0600 Subject: [PATCH] Fix conflict --- Source/LibationWinForms/grid/ProductsGrid.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/LibationWinForms/grid/ProductsGrid.cs b/Source/LibationWinForms/grid/ProductsGrid.cs index b8b9f235..291e0970 100644 --- a/Source/LibationWinForms/grid/ProductsGrid.cs +++ b/Source/LibationWinForms/grid/ProductsGrid.cs @@ -38,7 +38,6 @@ namespace LibationWinForms { internal event EventHandler LiberateClicked; - ImageDisplay imageDisplay; public event EventHandler VisibleCountChanged; // alias @@ -82,6 +81,7 @@ namespace LibationWinForms await Cover_Click(getGridEntry(e.RowIndex)); } + private ImageDisplay imageDisplay; private async Task Cover_Click(GridEntry liveGridEntry) { var picDefinition = new PictureDefinition(liveGridEntry.LibraryBook.Book.PictureLarge, PictureSize.Native);