Merge pull request #551 from svendu/syncLegendTextColor

fix for #548 LegendTextColor not synchronized to internal model
This commit is contained in:
Thomas Ibel 2015-08-06 08:46:34 +02:00
Родитель 33e2958aaa 1a666eb635
Коммит f1d8f6c09c
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -84,6 +84,7 @@ All notable changes to this project will be documented in this file.
- Fix LineSeries SMOOTH=True will crash WinForms on right click (#499)
- Fix PlotView leak on iOS (#503)
- This PlotModel is already in use by some other PlotView control (#497)
- LegendTextColor not synchronized between wpf.Plot and InternalModel #548
## [2014.1.546] - 2014-10-22
### Added