moving palette up or down causes graphics corruption when opening palette
1. Click the '+' button at the bottom of the palettes to create a new workspace (name it whatever), and make it the active workspace.
2. Right-click on the "Lines" palette and click "Move Palette Up" (or down... doesn't matter).
3. Click on the "Lines" palette to expand it.
Result: The other palettes aren't moved to make room for the newly expanded "Lines" palette, resulting in most of the lines palette appearing behind the other palette names. Screenshot:
I am using MuseScore nightly ff2b92c on Kubuntu 14.04 64-bit.
Attachment | Size |
---|---|
palette corruption 01.png | 32.83 KB |
Comments
Confirmed. It fixes itself on close / restart. Also if you switch to another workspace then back.
First contribution. Lemme know if I'm doing this right.
https://github.com/musescore/MuseScore/pull/1693
Looks good to me, I only wonder whether it makes sense to make that magic 1000 a named constant (static const int PALETTE_STRETCH = 1000;) and use in all 4 places in that file?
Probably a good choice. Adding that...
Fixed in 4cc9e52483
Automatically closed -- issue fixed for 2 weeks with no activity.