8000 Added support for different layers for panels by john-sharratt · Pull Request #4185 · emilk/egui · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Added support for different layers for panels #4185

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

john-sharratt
Copy link

This PR adds support for layers in the panels.

The main reason this is needed is when a background image is rendered on the background layer and then the panels are overlaid on top.

@@ -124,6 +126,13 @@ impl SidePanel {
}
}

/// Redirect shapes to another paint layer.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be noted that this is only for the show functions, not show_inside

@emilk
Copy link
Owner
emilk commented May 27, 2024

bump

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 this pull request may close these issues.

2 participants
0