Browse Source
Merge branch 'master' into fixes/fix-another-missing-resources-default-theme
pull/4502/head
danwalmsley
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
src/Avalonia.Themes.Default/MenuItem.xaml
|
|
|
@ -109,6 +109,7 @@ |
|
|
|
</ContentPresenter> |
|
|
|
<Popup Name="PART_Popup" |
|
|
|
IsLightDismissEnabled="True" |
|
|
|
OverlayInputPassThroughElement="{Binding $parent[Menu]}" |
|
|
|
IsOpen="{TemplateBinding IsSubMenuOpen, Mode=TwoWay}"> |
|
|
|
<Border Background="{TemplateBinding Background}" |
|
|
|
BorderBrush="{DynamicResource ThemeBorderMidBrush}" |
|
|
|
|