From 14ad3ad70e9d4490ebfe61aac3121f0017ecb08d Mon Sep 17 00:00:00 2001 From: Rossen Hristov Date: Mon, 11 May 2015 11:10:57 +0300 Subject: [PATCH] Fixed issue #132. --- ui/image/image-common.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/image/image-common.ts b/ui/image/image-common.ts index dad61cd07..1b4e4046f 100644 --- a/ui/image/image-common.ts +++ b/ui/image/image-common.ts @@ -39,7 +39,8 @@ function onSrcPropertyChanged(data: dependencyObservable.PropertyChangeData) { } } else if (value instanceof imageSource.ImageSource) { - // Support binding the iamgeSource trough the src propoerty + // Support binding the imageSource trough the src propoerty + image.imageSource = null; image.imageSource = value; } else {