You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When WindowBuilder tries to build a window with height overflow, it returns WindowBuildError::HeightOverflows containing self.width value instead of self.height on the line 1148 of video.rs:
The text was updated successfully, but these errors were encountered:
ghost
changed the title
WindowBuilder::build returns with wrong HeightOverflows value
WindowBuilder 'build' method returns with wrong HeightOverflows value
Sep 12, 2024
ghost
changed the title
WindowBuilder 'build' method returns with wrong HeightOverflows value
WindowBuilder build() method returns with wrong HeightOverflows value
Sep 12, 2024
ghost
changed the title
WindowBuilder build() method returns with wrong HeightOverflows valueWindowBuilder's build() method returns with wrong HeightOverflows's value
Sep 12, 2024
antonilol
added a commit
to antonilol/rust-sdl2
that referenced
this issue
Sep 18, 2024
When
WindowBuilder
tries to build a window with height overflow, it returnsWindowBuildError::HeightOverflows
containingself.width
value instead ofself.height
on the line1148
ofvideo.rs
:rust-sdl2/src/sdl2/video.rs
Line 1148 in 400e033
The text was updated successfully, but these errors were encountered: