Skip to content

Fix star toolbar GTK4 port regressions

This commit addresses two regressions introduced during the GTK4 port of the star toolbar:

  • Fixed magnitude value reset: Resolved a minor typo that caused the magnitude values to reset to 2 or 3 whenever an object was created.

  • Spoke Ratio Label Visibility: This fix ensures that changing modes in the star toolbar doesn't cause only the spoke ratio spin button to be hidden, while leaving the spoke ratio label visible. This improves the clarity of the UI and prevents confusion.

Fixes: #4886 (closed)

Merge request reports