Continuous view: white block appears when wallpaper changed from default to PNG image

• Dec 12, 2018 - 02:19
Reported version
3.0
Priority
P1 - High
Type
Graphical (UI)
Frequency
Many
Severity
S4 - Minor
Reproducibility
Always
Status
closed
Regression
No
Workaround
No
Project

In continuous view, staff names appear correctly when scrolling through the score, as with the first image. However, switching the paper (Preferences > Canvas) from a standard color to one of the wallpaper PNG files creates an opaque block to the right of the staff names, as in the second image. The block appears to be connected to the staff names, as it remains in the same place as one scrolls through the score.

Attachment Size
scr1.png 58.67 KB
scr2.png 183.11 KB

Comments

Title Staff names and wallpaper in continuous view Continuous view: white block appears when wallpaper changed from default to PNG image
Status PR created fixed

Fixed in branch master, commit 6645a88912

_fix #279877: Continuous view: white block appears when wallpaper changed from
default to PNG image

Solved by enabling transformation matrix for tiled pixmaps.
Also, replaced the call to setMatrixEnabled() by a call to setWorldMatrixEnabled()
in ScoreView::paint(). Reason is setMatrixEnabled() is now an obsolete QT method
and and is replaced by setWorldMatrixEnabled(). And as a matter of fact,
setMatrixEnabled() is just a call to setMatrixEnabled()._

Issue is solved in nightly 3.5 builds since halve February. So you need a recent 3.5 nightly build or wait until release of 3.5.

Fix version
3.5.0