Changing close to not take any params
changing CloseEventArgs to EventArgs
This commit is contained in:
parent
37d7604516
commit
3d9781d7c6
52 changed files with 89 additions and 64 deletions
|
|
@ -488,7 +488,7 @@ namespace MatterHackers.MatterControl.CustomWidgets
|
|||
ScrollPosition += new Vector2(0, scrollAmount * direction);
|
||||
}
|
||||
|
||||
public override void OnClosed(ClosedEventArgs e)
|
||||
public override void OnClosed(EventArgs e)
|
||||
{
|
||||
if (this.LibraryContext != null)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue