# HG changeset patch # User totetm <> # Date 1265810206 -3600 # Node ID b51a10574e7ffb0f0712f7825da2da5bc7d42c16 # Parent 581829b5ddd9a9a4469cc827197573990976f322 LeftClick on an element in BookTimeLine set time at begining of the element. diff -r 581829b5ddd9 -r b51a10574e7f client/src/Iri.Modernisation.BaseMVVM/Commands/Commands.cs --- a/client/src/Iri.Modernisation.BaseMVVM/Commands/Commands.cs Wed Feb 10 14:09:58 2010 +0100 +++ b/client/src/Iri.Modernisation.BaseMVVM/Commands/Commands.cs Wed Feb 10 14:56:46 2010 +0100 @@ -553,8 +553,14 @@ static BookTimeLine() { SaveAnnotations = new Command("SaveAnnotations"); + LeftClickOnElement = new Command("LeftClickOnElement"); } + public static Command LeftClickOnElement + { + get; + private set; + } public static Command SaveAnnotations { get; diff -r 581829b5ddd9 -r b51a10574e7f client/src/Iri.Modernisation.Controls/View/BookTimeLine/BookTimeLine.xaml --- a/client/src/Iri.Modernisation.Controls/View/BookTimeLine/BookTimeLine.xaml Wed Feb 10 14:09:58 2010 +0100 +++ b/client/src/Iri.Modernisation.Controls/View/BookTimeLine/BookTimeLine.xaml Wed Feb 10 14:56:46 2010 +0100 @@ -21,7 +21,7 @@ -