mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
fix import project from installed
This commit is contained in:
parent
e004b6fe17
commit
f914e29f9d
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@ namespace IDE.ui
|
|||
mEditWidget.GetText(filterString);
|
||||
filterString.Trim();
|
||||
|
||||
mFilteredList.Clear();
|
||||
for (var installedProject in mInstalledProjectList)
|
||||
{
|
||||
if ((!filterString.IsEmpty) && (installedProject.mName.IndexOf(filterString, true) == -1))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue