Making the export button have the right state based on the permissions of the item being selected.

This commit is contained in:
Lars Brubaker 2015-07-07 09:52:48 -07:00
parent ae49d4b09e
commit 610816070a
6 changed files with 62 additions and 29 deletions

View file

@ -491,7 +491,7 @@ namespace MatterHackers.MatterControl.PrintLibrary
private void LibraryDataReloaded(object sender, EventArgs e)
{
AddAllItems();
UiThread.RunOnIdle(AddAllItems);
}
}
}