Restore parameterless constructor
This commit is contained in:
parent
6ba0756b0e
commit
78a64419c3
1 changed files with 5 additions and 0 deletions
|
|
@ -47,6 +47,11 @@ namespace MatterHackers.MatterControl.PrintHistory
|
|||
public int ThumbWidth { get; } = 50;
|
||||
public int ThumbHeight { get; } = 50;
|
||||
|
||||
// Parameterless constructor required for ListView
|
||||
public HistoryListView()
|
||||
{
|
||||
}
|
||||
|
||||
public HistoryListView(ThemeConfig theme)
|
||||
: base(FlowDirection.TopToBottom)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue