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

update egui to 0.24 #305

Merged
merged 1 commit into from
Feb 17, 2024
Merged

update egui to 0.24 #305

merged 1 commit into from
Feb 17, 2024

Conversation

z33ky
Copy link
Contributor

@z33ky z33ky commented Dec 25, 2023

No description provided.

} = self.ctx.run(new_input, run_ui);

let needs_update_textures = !textures_delta.is_empty();
let needs_repaint = repaint_after.is_zero() || needs_update_textures;
let needs_repaint = viewport_output.values().any(|output| output.repaint_delay.is_zero()) || needs_update_textures;
Copy link
Contributor Author

@z33ky z33ky Dec 25, 2023

Choose a reason for hiding this comment

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

This is my best guess. FullOutput::repaint_after was removed in emilk/egui#3172 and I'm not sure how dealing with multiple viewports effects notan.

@Nazariglez
Copy link
Owner

Hey thank you so much for the PR, I'll try to check and merge it in the next few days

@Nazariglez
Copy link
Owner

I am merging it, I need to do some changes but cannot push here, so I merge and then do the changes on develop, thanks for the contribution!

@Nazariglez Nazariglez merged commit ccd890c into Nazariglez:develop Feb 17, 2024
1 check failed
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