Make edit available all the time
Make an "oops can't search" for library selector.
This commit is contained in:
parent
e6c6c3260f
commit
68788892e6
6 changed files with 90 additions and 85 deletions
|
|
@ -76,7 +76,7 @@ namespace MatterHackers.MatterControl.CustomWidgets.LibrarySelector
|
|||
currentLibraryProvider = currentLibraryProvider.ParentLibraryProvider;
|
||||
}
|
||||
|
||||
bool haveFilterRunning = displayingProvider.KeywordFilter != null && displayingProvider.KeywordFilter != "";
|
||||
bool haveFilterRunning = !string.IsNullOrEmpty(displayingProvider.KeywordFilter);
|
||||
|
||||
bool first = true;
|
||||
for (int i = parentProviderList.Count - 1; i >= 0; i--)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue