Add visual indicator for http failures
This commit is contained in:
parent
340c972a11
commit
308b2cbc87
4 changed files with 15 additions and 4 deletions
|
|
@ -43,7 +43,8 @@ namespace MatterHackers.MatterControl.CustomWidgets.LibrarySelector
|
|||
public class FolderBreadCrumbWidget : FlowLayoutWidget
|
||||
{
|
||||
private static TextImageButtonFactory navigationButtonFactory = new TextImageButtonFactory();
|
||||
Action<LibraryProvider> SwitchToLibraryProvider;
|
||||
|
||||
private Action<LibraryProvider> SwitchToLibraryProvider;
|
||||
|
||||
public FolderBreadCrumbWidget(Action<LibraryProvider> SwitchToLibraryProvider, LibraryProvider currentLibraryProvider)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue