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

Prevent egui::Window from becoming larger than Viewport #4199

Merged
merged 9 commits into from
Mar 21, 2024

Conversation

rustbasic
Copy link
Contributor

@rustbasic rustbasic commented Mar 20, 2024

There is a need to prevent egui::Window from becoming larger than the Viewport.

crates/egui/src/containers/window.rs Outdated Show resolved Hide resolved
@emilk emilk added the egui label Mar 21, 2024
@emilk emilk merged commit 7691996 into emilk:master Mar 21, 2024
19 checks passed
@rustbasic rustbasic deleted the patch24 branch April 22, 2024 11:08
hacknus pushed a commit to hacknus/egui that referenced this pull request Oct 30, 2024
* Closes emilk#3987  

* Closes emilk#3988

There is a need to prevent egui::Window from becoming larger than the
Viewport.

---------

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Prevent egui::Window from becoming larger than Viewport
2 participants