Revise naming to depict behavior

This commit is contained in:
John Lewin 2018-10-24 21:20:56 -07:00
parent 77474813dc
commit cddea969a1
11 changed files with 33 additions and 35 deletions

View file

@ -799,7 +799,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
IEnumerable<ILibraryItem> selectedItems;
if (sourceWidget is ListView listView)
if (sourceWidget is LibraryListView listView)
{
// Project from ListViewItem to ILibraryItem
selectedItems = listView.SelectedItems.Select(l => l.Model);