Fixed| bouton close sur BookTimeLine
Fixed| loading blocker sur les éléments du corpus vidéolivre (book a charger)
Fixed| afficher l'état sur on load et loader sur les éléments du corpus vidéolivre ("book a charger")
Fixed| bug du title sur book timline
Fixed| Actualisation de l'affichage des annotations sur seek de la timline sans play
Fixed| Seek possible quand play
Fixed| Bug sur le placement tetris ?
Fixed| texte par default sur les champs d'annotations
<UserControl
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d"
xmlns:local="clr-namespace:Iri.Modernisation.Controls.View"
x:Class="Iri.Modernisation.Controls.View.ClickMenuPanelAnnoter" Height="56" Width="80">
<Grid x:Name="Panel" Background="#00842B2B" Canvas.ZIndex="4" MouseLeave="Grid_MouseLeave">
<local:ClickMenuItem Orientation="Up" Title="Annoter" x:Name="_annoterItem" HorizontalAlignment="Left" Margin="1,17,0,0" Width="32" Canvas.ZIndex="10" VerticalAlignment="Top" d:LayoutOverrides="Height" MouseEnter="Grid_MouseEnter">
</local:ClickMenuItem>
<Grid x:Name="Hidden" HorizontalAlignment="Left" Width="80" Background="#0041024D" Height="56" VerticalAlignment="Top" Visibility="Collapsed">
<local:ClickMenuItem ImageSource="icons/home.png" Orientation="Down" Title="Vidéo" x:Name="_videoItem" HorizontalAlignment="Left" Margin="24,25,0,0" Width="32" Canvas.ZIndex="5" RenderTransformOrigin="0.5,0.5" VerticalAlignment="Top"/>
<local:ClickMenuItem Orientation="Down" Title="Textuelle" x:Name="_textItem" Margin="16,-2,34,0" VerticalAlignment="Top" RenderTransformOrigin="0.209,0.93" Canvas.ZIndex="5" d:LayoutOverrides="VerticalAlignment"/>
</Grid>
</Grid>
</UserControl>