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);