Cache the hardware details for fast loading
This commit is contained in:
parent
c93bb370bc
commit
6ae676cd23
4 changed files with 160 additions and 119 deletions
|
|
@ -170,7 +170,7 @@ namespace MatterHackers.MatterControl.PrintLibrary
|
|||
|
||||
treeView.ScrollArea.HAnchor = HAnchor.Stretch;
|
||||
|
||||
treeView.AfterSelect += async (s, e) =>
|
||||
treeView.AfterSelect += (s, e) =>
|
||||
{
|
||||
if (treeView.SelectedNode.Tag is PrinterInfo printerInfo)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue