Rename HistoryRowItem -> PrintHistoryItem
This commit is contained in:
parent
2bbd6b5423
commit
06aa27d426
2 changed files with 6 additions and 6 deletions
|
|
@ -53,7 +53,7 @@ namespace MatterHackers.MatterControl.PrintHistory
|
|||
|
||||
public ListViewItemBase AddItem(ListViewItem item)
|
||||
{
|
||||
var historyRowItem = item.Model as HistoryRowItem;
|
||||
var historyRowItem = item.Model as PrintHistoryItem;
|
||||
var detailsView = new PrintHistoryListItem(item, this.ThumbWidth, this.ThumbHeight, historyRowItem?.PrintTask, true);
|
||||
this.AddChild(detailsView);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue