Skip to content
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

Bug : When the owner form is minimized, the while loop does not exit. #55

Open
neominky opened this issue Jan 17, 2020 · 0 comments
Open

Comments

@neominky
Copy link

In my case,
when owner form is minimized, all RibbonPanels going to Overflow mode in while loop.
And does not exit the while loop.
I did fix a line of code.
Component Classes\RibbonTab.cs #946 line.
if (!Owner.IsDesignMode())
to
if (!Owner.IsDesignMode() && (Owner.TopLevelControl as Form)?.WindowState != FormWindowState.Minimized)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant