Browse Source
Removed unneeded binding.
Co-authored-by: Max Katz <maxkatz6@outlook.com>
pull/5499/head
Steven Kirk
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
src/Avalonia.Themes.Default/MenuItem.xaml
|
|
|
@ -60,7 +60,6 @@ |
|
|
|
<Popup Name="PART_Popup" |
|
|
|
PlacementMode="Right" |
|
|
|
IsLightDismissEnabled="False" |
|
|
|
OverlayInputPassThroughElement="{Binding $parent[MenuItem]}" |
|
|
|
IsOpen="{TemplateBinding IsSubMenuOpen, Mode=TwoWay}"> |
|
|
|
<Border Background="{TemplateBinding Background}" |
|
|
|
BorderBrush="{DynamicResource ThemeBorderMidBrush}" |
|
|
|
|