1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-19 16:40:26 +02:00

Dictionary fixes for large containers, watch fixes for containers

This commit is contained in:
Brian Fiete 2019-10-09 16:18:11 -07:00
parent 5af6428bf4
commit 609dbfa256
5 changed files with 68 additions and 30 deletions

View file

@ -210,7 +210,8 @@ namespace IDE.ui
var propEntry = propEntryKV.value[0];
if (propEntry.mPropertyName == "mFilter")
{
typeOptionsEntries.Add(propEntry);
if (propEntry.mListViewItem != null)
typeOptionsEntries.Add(propEntry);
}
}