I just created a spline. I wanted to adjust the control points.
When I click Apply to see the effect of the new values on the spline, though, the button behaves as if I pressed OK, and closes the dialog. I then have to right-click the spline again to open the Properties window.
Yeah, it’s odd, but the version number hasn’t been advanced for I think several years now. Do you build it yourself? The AppImage has the build date as the version. I don’t know about flatpak.
That said - I updated the Interactive Spline dialog… as well as all the dialogs that have formulas. I got rid of all the stupid expand / collapse buttons and replaced them with auto focus when clicking in the text box. .. or as the case is Tab’ing to.
If you care I could explain the whole “version” thing… but suffice to say we basically go by the Githbub release version… which is Year.Month.Day.Mins/Secs. There is a script that gets run on Github that overrides the built in 0.6.0.1'. If you build locally the versiom will be 0.6.0.1’ because it’s not running the script that literally rewrites that section of code with the current date in the Github format.
If you look in the Seamly2D/scripts… there is a script called version.sh. In the CI this gets runs first, updates the code, then builds.