Skip to content

Commit 18d6308

Browse files
committed
remove spurious data context [skip ci]
1 parent 00f73ab commit 18d6308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MainDemo.Wpf/Dialogs.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
wpf:DialogHost.DialogClosingAttached="Sample2_DialogHost_OnDialogClosing"
106106
Width="128">
107107
<Button.CommandParameter>
108-
<StackPanel Margin="16" DataContext="HelloWorld">
108+
<StackPanel Margin="16">
109109
<ProgressBar Style="{DynamicResource MaterialDesignCircularProgressBar}" HorizontalAlignment="Center" Margin="16" IsIndeterminate="True" Value="0" />
110110
<Button Style="{StaticResource MaterialDesignFlatButton}" IsCancel="True"
111111
Command="{x:Static wpf:DialogHost.CloseDialogCommand}"

0 commit comments

Comments
 (0)