Added double click open to printer tree view item
This commit is contained in:
parent
fe34a70d86
commit
f32bc86e12
3 changed files with 46 additions and 13 deletions
|
|
@ -80,6 +80,11 @@ namespace MatterHackers.MatterControl.CustomWidgets
|
|||
this.NodeMouseClick?.Invoke(sourceWidget, e);
|
||||
}
|
||||
|
||||
internal void NotifyItemDoubleClicked(GuiWidget sourceWidget, MouseEventArgs e)
|
||||
{
|
||||
this.NodeMouseDoubleClick?.Invoke(sourceWidget, e);
|
||||
}
|
||||
|
||||
public event EventHandler BeforeCollapse;
|
||||
|
||||
public event EventHandler BeforeExpand;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue