Glissandos not centered in the Arpeggions & Glissandos palette

• May 20, 2020 - 08:33
Reported version
3.x-dev
Type
Graphical (UI)
Frequency
Once
Severity
S3 - Major
Reproducibility
Always
Status
closed
Regression
Yes
Workaround
No
Project

in 3.5 Alpha and later development builds the straight and wavy glissando are no centered properly in the palette cell of the Arpeggios & Glissandos palette of the Advanced workspace.
They are in the master palette though.


Comments

I wonder what all that means:

        <Cell name="Straight glissando">
          <Glissando id="36">
            <text>gliss.</text>
            <ticks>0</ticks>
            <track>0</track>
            <diagonal>1</diagonal>
            <anchor>3</anchor>
            <length>100</length>
            </Glissando>
          </Cell>
        <Cell name="Wavy glissando">
          <Glissando id="37">
            <text>gliss.</text>
            <subtype>1</subtype>
            <ticks>0</ticks>
            <track>0</track>
            <diagonal>1</diagonal>
            <anchor>3</anchor>
            <length>100</length>
            </Glissando>
          </Cell>

Seems entirely unrelated though.

Possible cause is the fix for #292631: Crash when glissandos break a certain layout though, a2bfb02954?

It does center the gliss images (?) to the cell, but not the center of that image, instead the bottom left corner. Only why those to glissandos only?

Fix version
3.5.0