fix bsg bug that loses context on search, fixing multiselect drawing when mouse starts over unsearched item that becomes searched
This commit is contained in:
@@ -196,12 +196,12 @@ public class MultiSelect
|
||||
SecondaryItems.Clear();
|
||||
}
|
||||
|
||||
public static IEnumerable<DragItemContext> ItemContexts
|
||||
public static IEnumerable<MultiSelectItemContext> ItemContexts
|
||||
{
|
||||
get { return SelectedItems.Keys; }
|
||||
}
|
||||
|
||||
public static IEnumerable<DragItemContext> SecondaryContexts
|
||||
public static IEnumerable<MultiSelectItemContext> SecondaryContexts
|
||||
{
|
||||
get { return SecondaryItems.Keys; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user