-
-
Notifications
You must be signed in to change notification settings - Fork 314
fix navtree #6995
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
fix navtree #6995
Conversation
This causes a crash whenever the nav tree is reset (#6998). I've put fixes under PR #6999.
This was also caused by wxTR_HIDE_ROOT. Needed to explicitly enable lines at root level. Also now fixed under #6999. |
Thank you @n-stein On macOS I don't see any of these issues. I compiled wxWidgets-3.2.6 with @whalley Do you see the issues above? |
I tested #6999 on macOS, it looks good (I don't see any difference). |
Should the screenshots be updated before next release? Should the screenshots be updated after:
Can you please advise where the MMEX data file is which is used for creating the screenshots? Thank you |
Right-clicking on "Dashboard" brings up the "Theme Manager". Is that the desired behavior? Thank you |
Right-click on "Dashboard" did not change with this PR. I don't know the history of this behavior, but if there are no other settings for "Dashboard", it is ok to bring something else which is useful. It could open [Options -> Dashboard] instead, which is more relevant. |
In Navigator tree, align Dashboard to other top-level items.
Implementation
Test
This change is