-
-
Notifications
You must be signed in to change notification settings - Fork 516
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Null pointer exception when trying to bring back QuickAccessItem #135
Comments
Which windows and .NET versions are you using? |
And the code of your QuickAccessMenuItem would be nice. |
What could be special is "Icon="{DynamicResource appbar_undo}"
I'm not exactly sure what you mean with "MenuModes"? I'm using .Net 4.5 and following theme:
I will build a plain FluentRibbon App and do further checks. |
You are right, it's the icon which causes this issue. Will investigate. |
When hiding a QuickAccessMenuItem like this:
and then try to bring it back:
I get a "Null pointer exception".
Stack-Trace:
It's happening in MenuItem.cs line 625:
The text was updated successfully, but these errors were encountered: