Browse Source
Lose not Loose!
Co-authored-by: Steven Kirk <grokys@users.noreply.github.com>
pull/4498/head
danwalmsley
6 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
-
tests/Avalonia.Controls.UnitTests/TextBoxTests.cs
|
|
|
@ -18,7 +18,7 @@ namespace Avalonia.Controls.UnitTests |
|
|
|
public class TextBoxTests |
|
|
|
{ |
|
|
|
[Fact] |
|
|
|
public void Opening_Context_Menu_Does_not_Loose_Selection() |
|
|
|
public void Opening_Context_Menu_Does_not_Lose_Selection() |
|
|
|
{ |
|
|
|
using (UnitTestApplication.Start(FocusServices)) |
|
|
|
{ |
|
|
|
|