fix window_info_from_scale
This commit is contained in:
parent
3fca9d3c78
commit
5866bf372e
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ impl WindowOpenOptions {
|
||||||
WindowInfo::from_logical_size(initial_size, scale)
|
WindowInfo::from_logical_size(initial_size, scale)
|
||||||
},
|
},
|
||||||
WindowSize::MinMaxPhysical { initial_size, .. } => {
|
WindowSize::MinMaxPhysical { initial_size, .. } => {
|
||||||
WindowInfo::from_logical_size(initial_size, scale)
|
WindowInfo::from_physical_size(initial_size, scale)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue