You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Under 10.11 i use NativeMenuItemSeparator or NativeMenuItemSeperator. It works under Windows(NativeMenuBar) and under OSX.
Since 10.12 it throws an exception:
"Property 'Menu not registered on 'Avalonia.Controls.NativeMenuItemSeperator"
As a Workaround i use "<NativeMenuItem Header="-"/>". Under Windows it is displaying a Line as expected. Under OSX there is only a "-" displayed.
Expected behavior
Display a line in the menu under OSX. Since both versions of NativeMenuItemSeperator are depricated i will use "-"
OS: [Windows 10, OSX 10.14 Mojave]
Version 0.10.13
The text was updated successfully, but these errors were encountered:
The `x:DataType="NativeMenuItem"` directive is incorrect as the items can also be `NativeMenuItemSeparator`s which don't have the bound properties.
Turn off compiled bindings here for now.
Fixes#7780
Describe the bug
Under 10.11 i use NativeMenuItemSeparator or NativeMenuItemSeperator. It works under Windows(NativeMenuBar) and under OSX.
Since 10.12 it throws an exception:
"Property 'Menu not registered on 'Avalonia.Controls.NativeMenuItemSeperator"
As a Workaround i use "
<NativeMenuItem Header="-"/>
". Under Windows it is displaying a Line as expected. Under OSX there is only a "-" displayed.Expected behavior
Display a line in the menu under OSX. Since both versions of NativeMenuItemSeperator are depricated i will use "-"
The text was updated successfully, but these errors were encountered: