Skip to content

Commit

Permalink
fix(demos): wrong binding details/browse buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
akiver committed May 16, 2022
1 parent a8e4168 commit c0639f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Manager/Views/Demos/DemoListView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
Text="{x:Static properties:Resources.Analyze}" />
<controls:ButtonWithIcon Icon="TextBox"
Command="{Binding ShowDemoDetailsCommand}"
CommandParameter="{Binding SelectedValue, ElementName=DataGridDemos}"
CommandParameter="{Binding SelectedDemos}"
ToolTip="{x:Static properties:Resources.ToolTipDemoDetails}"
Text="{x:Static properties:Resources.Details}" />
<controls:ButtonWithIcon Icon="Reload"
Expand All @@ -66,7 +66,7 @@
Text="{x:Static properties:Resources.Refresh}" />
<controls:ButtonWithIcon Icon="MicrosoftWindows"
Command="{Binding BrowseToDemoCommand}"
CommandParameter="{Binding SelectedValue, ElementName=DataGridDemos}"
CommandParameter="{Binding SelectedDemos}"
ToolTip="{x:Static properties:Resources.ToolTipBrowseToDemo}"
Text="{x:Static properties:Resources.Browse}" />
<controls:ButtonWithIcon Icon="Delete"
Expand Down

0 comments on commit c0639f4

Please sign in to comment.