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:
parent
5af6428bf4
commit
609dbfa256
5 changed files with 68 additions and 30 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue