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