Push2: Mostly fix scale menu text rendering (#8599)

"Mostly" because there are still some issues with horizontal overlap between
entries, but I think that's something that needs to be addressed separately.

Like earlier issues, this was caused by using a screen-derived or default
cairo/pango context.  I also tinkered with some constants to make things look
sensible to me, and hopefully everywhere since it should always look the same
with the context fix.
This commit is contained in:
David Robillard
2021-06-18 20:32:09 -04:00
committed by Paul Davis
parent 2a31e0721d
commit 2af9c2180a
6 changed files with 8 additions and 10 deletions

View File

@@ -52,7 +52,6 @@
#include "canvas.h"
#include "gui.h"
#include "layout.h"
#include "menu.h"
#include "mix.h"
#include "push2.h"
#include "scale.h"