Move OnLoad to base type
This commit is contained in:
parent
2860f4097e
commit
e934bb40ff
3 changed files with 6 additions and 12 deletions
|
|
@ -277,12 +277,6 @@ namespace MatterHackers.MatterControl.CustomWidgets
|
|||
}
|
||||
}
|
||||
|
||||
public override async void OnLoad(EventArgs args)
|
||||
{
|
||||
base.OnLoad(args);
|
||||
await this.LoadItemThumbnail();
|
||||
}
|
||||
|
||||
public override Color BackgroundColor
|
||||
{
|
||||
get => this.IsSelected ? theme.AccentMimimalOverlay : Color.Transparent;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue