Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

faust2juce draws white on white gui by default #631

Open
madskjeldgaard opened this issue Aug 3, 2021 · 2 comments · May be fixed by #632
Open

faust2juce draws white on white gui by default #631

madskjeldgaard opened this issue Aug 3, 2021 · 2 comments · May be fixed by #632

Comments

@madskjeldgaard
Copy link
Contributor

Hello

This is a tiny issue but the faust2juce tool creates GUI's with white on white by default:
2021-08-03-16:14:57-screenshot

I've fixed it for myself here by changing this line to fill using black instead:

g.fillAll (juce::Colours::white);

That fixes the issue. I can do a PR for this if needed.

@sletz
Copy link
Member

sletz commented Aug 3, 2021

Or better change the font colour from white to something else?

@mouseos
Copy link

mouseos commented Dec 15, 2021

/usr/local/include/faust/gui/JuceGUI.h
and change "black" to "white" in
/usr/local/share/faust/juce
in /usr/local/include/faust/gui/JuceGUI.h to "white", and "g.fillAll (juce::Colours::white);" to "g.fillAll (juce::Colours::black);".
Screenshot_20211215-233125

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants