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
Show "Morphological description" "intermediate rich concentrations of stars".
Actual Behaviour
Show "Morphological description" "high concentration of stars toward the center".
Steps to reproduce
Show Configuration window.
Select "All available" in "Selected object information".
Select one in sky. (example:M15)
System
Stellarium version: stellarium-24.2-qt5-win32.exe
Operating system: Win7 32bit
(Sorry, I can not speak English very well.)
I think so that this bug occures by 2 reason.
src/core/modules/Nebula.cpp
line 1374
static const QRegularExpression GlClRx("\.(I|II|III|IV|V|VI|VI|VII|VIII|IX|X|XI|XII)\.");
I think so that "VI" is a duplicate.
src/core/modules/Nebula.cpp
line 1374 to line 1424
If value is "II" or "III" or "IV" or "IX", make a mistake "I". go to "case 0:".
As same as, If value is "VI" or "VII" or "VIII", make a mistake "V".
As same as, If value is "XI" or "XII", make a mistake "X".
Because this code mistake judge only first char.
I do not understand that way of report in Github.
I create this report 3times.
I pray that This report is visible.
thank you.
The text was updated successfully, but these errors were encountered:
Expected Behaviour
Show "Morphological description" "intermediate rich concentrations of stars".
Actual Behaviour
Show "Morphological description" "high concentration of stars toward the center".
Steps to reproduce
Show Configuration window.
Select "All available" in "Selected object information".
Select one in sky. (example:M15)
System
(Sorry, I can not speak English very well.)
I think so that this bug occures by 2 reason.
src/core/modules/Nebula.cpp
line 1374
static const QRegularExpression GlClRx("\.(I|II|III|IV|V|VI|VI|VII|VIII|IX|X|XI|XII)\.");
I think so that "VI" is a duplicate.
src/core/modules/Nebula.cpp
line 1374 to line 1424
If value is "II" or "III" or "IV" or "IX", make a mistake "I". go to "case 0:".
As same as, If value is "VI" or "VII" or "VIII", make a mistake "V".
As same as, If value is "XI" or "XII", make a mistake "X".
Because this code mistake judge only first char.
I do not understand that way of report in Github.
I create this report 3times.
I pray that This report is visible.
thank you.
The text was updated successfully, but these errors were encountered: