Browse Source
Merge branch 'master' into optimize-affects-render
pull/3642/head
Jumar Macato
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
0 deletions
-
src/Avalonia.Controls/Presenters/TextPresenter.cs
|
|
|
@ -82,6 +82,7 @@ namespace Avalonia.Controls.Presenters |
|
|
|
SelectionStartProperty, SelectionEndProperty); |
|
|
|
|
|
|
|
Observable.Merge( |
|
|
|
TextProperty.Changed, |
|
|
|
SelectionStartProperty.Changed, |
|
|
|
SelectionEndProperty.Changed, |
|
|
|
PasswordCharProperty.Changed |
|
|
|
|