Palette text problem with last two revisions of MuseScore 3
Reported version
3.3
Type
Graphical (UI)
Frequency
Many
Severity
S3 - Major
Reproducibility
Always
Status
duplicate
Regression
Yes
Workaround
No
Project
- Start MuseScore
- Check Palettes in View (or us F9 key)
Text in Palettes is very faint and blurred compared to previous versions (images enclosed)
This only occurred after Oct 31 Update everything was fine until then
If it can't be corrected soon I'll go back to older version
This is very annoying trying to read text
I DO appreciate all of the work put into this project - it is a great app
Attachment | Size |
---|---|
MuseScorePaletteTextNew.jpg | 24.62 KB |
MuseScorePaletteTextOld.jpg | 16.38 KB |
Comments
See #296682: Palette names are scrambled and nearly impossible to read (Windows 7) for another report on this exact same issue, and especially this comment for a workaround that seems to help users affected by this issue.
I think the workaround batch file quoted in a couple of threads of this discussion was missing something
@echo off
QT_OPENGL=software
or
REM QT_OPENGL=angle
REM start "" "INSTALLPATH\MuseScore 3\bin\MuseScore3.exe"
should have read
SET QT_OPENGL=software (or angle)
The "Set" made all the difference
When I tried it that way it worked as hoped