Skip to content

Commit

Permalink
Fixed hit test bug on sidebar shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarDev committed Jan 7, 2015
1 parent 7a22d07 commit 89a91c8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
<Style x:Key="SideBarShadowStyle" TargetType="Rectangle">
<Setter Property="Width" Value="32" />
<Setter Property="VerticalAlignment" Value="Stretch" />
<Setter Property="IsHitTestVisible" Value="False" />
</Style>

<Style x:Key="SideBarShadowLeftStyle" BasedOn="{StaticResource SideBarShadowStyle}" TargetType="Rectangle">
Expand Down

0 comments on commit 89a91c8

Please sign in to comment.