Fix crashes due to Responsive scaling #91

Merged
raphael merged 2 commits from fiw-reponsive(scaling into main 2024-03-31 16:27:32 +00:00
Owner
No description provided.
raphael added the
Kind/Fix
label 2024-03-31 16:21:07 +00:00
raphael self-assigned this 2024-03-31 16:21:07 +00:00
raphael added 1 commit 2024-03-31 16:21:08 +00:00
commit
All checks were successful
Rust Checks / checks (push) Successful in 3m47s
Rust Checks / checks (pull_request) Successful in 2m51s
d2698a9497
raphael requested review from CoCo_Sol 2024-03-31 16:21:18 +00:00
CoCo_Sol approved these changes 2024-03-31 16:22:46 +00:00
Dismissed
tipragot requested changes 2024-03-31 16:23:45 +00:00
@ -29,6 +29,9 @@ pub fn change_scaling(
size: Res<UILayoutSize>,
) {
let window = windows.get_single().expect("Main window not found");
if !window.resolution.physical_height() > 0 {
Contributor

<=

<=
raphael added 1 commit 2024-03-31 16:25:48 +00:00
sad
Some checks failed
Rust Checks / checks (push) Failing after 2m39s
Rust Checks / checks (pull_request) Failing after 2m12s
b84f076a49
raphael dismissed CoCo_Sol's review 2024-03-31 16:25:59 +00:00
Reason:

New commits pushed, approval review dismissed automatically according to repository settings

raphael requested review from tipragot 2024-03-31 16:26:13 +00:00
tipragot approved these changes 2024-03-31 16:26:39 +00:00
CoCo_Sol approved these changes 2024-03-31 16:27:17 +00:00
raphael merged commit ceca7d3681 into main 2024-03-31 16:27:32 +00:00
raphael deleted branch fiw-reponsive(scaling 2024-03-31 16:27:39 +00:00
Sign in to join this conversation.
No description provided.