Revise naming to depict behavior
This commit is contained in:
parent
77474813dc
commit
cddea969a1
11 changed files with 33 additions and 35 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue