Merge pull request #348 from oigami/master

fix typo
pull/349/head
Maira Wenzel 2017-02-10 00:21:31 -08:00 committed by GitHub
commit 8f3ce5965c
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ WPF
* List virtualization doesn't cause crash in GitHub for Windows. [992770]
* Scrolling in virtualized DataGrid with items of different heights doesn't cause ArgumentNullException. [996725]
* WriteableBitmap isn't causing leaks of CWriteProtectedBitmap virtual memory. [997584]
* Selection doesn't incorrectly include the previously selected item when moving selection of ListBoxItem bound to ObservableCleection<T>. [999613]
* Selection doesn't incorrectly include the previously selected item when moving selection of ListBoxItem bound to ObservableCollection<T>. [999613]
* Fixed a UI thread deadlock in pen input code. [1010998]
* Margins set in sections in FlowDocuments are respected. [1104560]
* Scaling doesn't suffer from rounding errors on odd DPI. [1104807]