From fecf609947d93e4a2813de2faa6248836576e435 Mon Sep 17 00:00:00 2001 From: Philipp Sumi Date: Fri, 10 Jul 2009 08:20:15 +0000 Subject: [PATCH] Utils ----- ADD Some minor additions. git-svn-id: https://svn.evolvesoftware.ch/repos/evolve.net/WPF/NotifyIcon@113 9f600761-6f11-4665-b6dc-0185e9171623 --- Source/Changelog.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/Changelog.txt b/Source/Changelog.txt index 75ade54..20d54e2 100644 --- a/Source/Changelog.txt +++ b/Source/Changelog.txt @@ -7,7 +7,8 @@ Contact and Information: http://www.hardcodet.net 1.0.3 (2009.07.02) ***** -FIX Commands did not work with RoutedCommands which require an explicit target. +FIX Commands did not work with RoutedCommands which require an explicit target + (thanks Rodolfo Grave). ADD Added command target properties for both left and double click commands. Allows to explicitly define another control as the target of a routed command.