Skip to content

Commit

Permalink
Fix #244: Get error when using CommandBarFlyout
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinnara committed Jan 5, 2021
1 parent eebdb5c commit d898bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ModernWpf.Controls/CommandBarFlyout/CommandBarFlyout.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@
<Border.Clip>
<RectangleGeometry
x:Name="OuterContentRootClip"
Rect="{Binding RelativeSource={RelativeSource TemplatedParent}, Path=FlyoutTemplateSettings.ContentClipRect}">
Rect="{Binding Source={StaticResource TemplateSettingsProxy}, Path=FlyoutTemplateSettings.ContentClipRect}">
<RectangleGeometry.Transform>
<TranslateTransform x:Name="OuterContentRootClipTransform" />
</RectangleGeometry.Transform>
Expand Down

0 comments on commit d898bef

Please sign in to comment.