Browse Source
Merge branch 'master' into validate-fix
pull/3174/head
danwalmsley
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/Avalonia.Controls/AutoCompleteBox.cs
|
|
|
@ -704,7 +704,7 @@ namespace Avalonia.Controls |
|
|
|
added.Add(e.NewValue); |
|
|
|
} |
|
|
|
|
|
|
|
OnSelectionChanged(new SelectionChangedEventArgs(SelectionChangedEvent, removed, added)); |
|
|
|
OnSelectionChanged(new SelectionChangedEventArgs(SelectionChangedEvent, added, removed)); |
|
|
|
} |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|