Forgot a letter
This commit is contained in:
@@ -15,7 +15,7 @@ impl EditorWindow {
|
|||||||
Self {
|
Self {
|
||||||
params,
|
params,
|
||||||
#[cfg(target_os = "macos")]
|
#[cfg(target_os = "macos")]
|
||||||
scaling_factor: Arc::ne(AtomicCell::new(None)),
|
scaling_factor: Arc::new(AtomicCell::new(None)),
|
||||||
#[cfg(not(target_os = "macos"))]
|
#[cfg(not(target_os = "macos"))]
|
||||||
scaling_factor: Arc::new(AtomicCell::new(Some(1.0))),
|
scaling_factor: Arc::new(AtomicCell::new(Some(1.0))),
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user