-
-
Notifications
You must be signed in to change notification settings - Fork 820
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
Restore lost lunar "previous" and "next" full moon information #2025
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Something strange happening when settings in the plugin are changed. Plus now other 3 lines of data are lost for the Moon.
I wil investigate this.
In order to figure out what the 3 missing lines were I hacked it so that the previous show_today = true would work soI could see what those three lines were actually meant to be showing, here is what I found:-
This is why I set them to ".clear()" as those lines apparently didn't do anything useful when the Moon was selected. I tried to read the Stellarium Guide to figure out what was meant to be displayed for the Moon and only one line (previous full and next full) was mentioned. The guide states:
I guess I'm missing something here. I maybe have to rollback my build to a previous release to see what should actually be displayed. |
@alex-w I have installed 0.21.1 as well as my build env. Here is what 0.21.1 does when show_today = true It can be seen that the Rise/Set/Culminate is displayed which has now moved to the extrainfo panel. That just leaves one line of display with the other 3 blank. So, I think my patch is correct to meet the OPs original issue. Comments? |
OK, you are right for "THIS YEAR" block! |
To reproduce the strange behaviour please select any star and try change the settings in the plugin. |
Why don't you simply revert that micro commit where I disabled the redundant info? |
I already committed a fix for the settings issue. |
Understood. This is why my fix is tiny, despite seeing there can be improvements made in the plugin I resisted the temptation to "have a go" and just restrained myself to just fixing the OPs original issue. |
Hello @A-j-K! Please check the fresh version (development snapshot) of Stellarium: |
Hello @A-j-K! Please check the latest stable version of Stellarium: |
Restores the previously displayed "previous" and "next" full moon information (when the Moon is selected) which was removed when the show_today = false (#1852) was implemented.
Description
The "calculateSolarSystemEvents()" function is called when the Moon is selected to display the "previous" and "next" Full Moon information.
The current Stellarium Guide states that this Lunar information is displayed so #1852 introduced a minor regression.
Fixes #1929
Screenshots (if appropriate):
See issue, screenshot there.
Type of change
How Has This Been Tested?
Checklist: