-
-
Notifications
You must be signed in to change notification settings - Fork 68
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
[bug} Settings and Compile menus make entire program stuck "on top" #1548
Comments
It shouldn't be stuck on top anymore, though there are still some small other issues. Dragging the window by a dialog toolbar is not working for example. |
All dialog crap should be fixed now! When dialogs are shown, we render openGL/Metal content off-screen, and copy it into a JUCE image which is displayed (and updated live) behind the dialog. It's a bit of a workaround, but it works! The reason we can't use nanovg for all rendering is that it's text rendering isn't good enough (nor fast enough). Someday we could write our own text rendering system for nanovg, but that's a bit much for now. |
These always stay on the very top of the rendering which means file dialogs etc are completely obscured.
The text was updated successfully, but these errors were encountered: