Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BeePerNet committed Oct 3, 2019
1 parent fd2896b commit 3897138
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SizeOnDisk/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.14.7.42")]
[assembly: AssemblyFileVersion("2.14.7.42")]
[assembly: AssemblyVersion("2.14.8.42")]
[assembly: AssemblyFileVersion("2.14.8.42")]
3 changes: 3 additions & 0 deletions SizeOnDisk/Windows/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@
dd:DragDrop.DropHandler="{Binding}"
ItemsSource="{Binding DummyMe}"
ContextMenu="{StaticResource VMContextMenu}"
cmd:CommandBehavior.Context="{Binding}"
DisplayMemberPath="Name"
cmd:ControlBehavior.FocusMouseRightButtonDown="True">
<TreeView.ItemContainerStyle>
Expand Down Expand Up @@ -400,6 +401,7 @@
dd:DragDrop.IsDropTarget="True"
dd:DragDrop.DropHandler="{Binding}"
dd:DragDrop.SelectDroppedItems="True"
cmd:CommandBehavior.Context="{Binding}"
ItemsSource="{Binding Childs}"
BorderThickness="1"
ContextMenu="{StaticResource VMContextMenu}"
Expand Down Expand Up @@ -453,6 +455,7 @@
ItemsSource="{Binding Childs}"
AutoGenerateColumns="False"
ContextMenu="{StaticResource VMContextMenu}"
cmd:CommandBehavior.Context="{Binding}"
Background="{DynamicResource {x:Static SystemColors.WindowBrushKey}}"
HorizontalGridLinesBrush="{DynamicResource {x:Static SystemColors.ControlLightBrushKey}}"
VerticalGridLinesBrush="{DynamicResource {x:Static SystemColors.ControlLightBrushKey}}"
Expand Down

0 comments on commit 3897138

Please sign in to comment.