From 1a666eb635317a0b986d51e033b56c9cfbe6063d Mon Sep 17 00:00:00 2001 From: svendu Date: Tue, 4 Aug 2015 11:23:16 +0200 Subject: [PATCH] fix: LegendTextColor not synchronized to internal model #548 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10fc955..a3c8454 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -83,6 +83,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