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

Fix bug causing wrong-fire of ViewportCommand::Visible #5244

Merged
merged 1 commit into from
Oct 10, 2024

Conversation

rustbasic
Copy link
Contributor

Fix: variable name issue

I'm not sure, if there's any particular reason to do self.active .
I thought self.visible was the original intention.

Copy link

Preview available at https://egui-pr-preview.github.io/pr/5244-patch135
Note that it might take a couple seconds for the update to show up after the preview_build workflow has completed.

@lucasmerlin lucasmerlin added bug Something is broken egui labels Oct 10, 2024
@emilk emilk changed the title Fix: variable name issue Fix bug causing wrong-fire of ViewportCommand::Visible Oct 10, 2024
@emilk emilk added the viewports multiple viewports, viewports API label Oct 10, 2024
@emilk emilk merged commit 23728e1 into emilk:master Oct 10, 2024
25 of 26 checks passed
hacknus pushed a commit to hacknus/egui that referenced this pull request Oct 30, 2024
Fix: variable name issue

I'm not sure, if there's any particular reason to do `self.active` .
I thought `self.visible` was the original intention.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is broken egui viewports multiple viewports, viewports API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants