Browse Source

Merge branch 'master' into optimize-affects-render

pull/3642/head
Jumar Macato 6 years ago
committed by GitHub
parent
commit
7f6b176bd5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/Avalonia.Controls/Presenters/TextPresenter.cs

1
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

Loading…
Cancel
Save