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

Resizing Window Height to 0 causes panic. #274

Closed
MNTRA opened this issue Aug 21, 2020 · 2 comments
Closed

Resizing Window Height to 0 causes panic. #274

MNTRA opened this issue Aug 21, 2020 · 2 comments
Labels
S-Duplicate This issue or PR already exists

Comments

@MNTRA
Copy link

MNTRA commented Aug 21, 2020

In both Debug and Release, resizing the window height to 0 will cause a panic.

thread 'main' panicked at 'assertion failed: `(left == right)`
  left: `Extent { width: 1280, height: 1, depth: 1 }`,
 right: `Extent { width: 1280, height: 0, depth: 1 }`: Extent state must match extent from view', 
*/.rustupp\toolchains\nightly-x86_64-pc-windows-msvc\lib/rustlib/src/rust\src\libstd\macros.rs:16:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
@ncallaway
Copy link
Contributor

For whoever is triaging bugs this appears to be a duplicate of #170

@karroffel karroffel added the S-Duplicate This issue or PR already exists label Aug 21, 2020
@karroffel
Copy link
Contributor

Thanks! 👍 It does seem like it's a duplicate of #170

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-Duplicate This issue or PR already exists
Projects
None yet
Development

No branches or pull requests

3 participants