pull/104/head
amrbashir 2 years ago
parent 47e85ad06d
commit 0abe028e88
No known key found for this signature in database
GPG Key ID: BBD7A47A2003FF33

@ -254,7 +254,7 @@ impl Builder {
let cache = cache.0.clone();
let label = window.label().to_string();
let window_clone = window.clone();
let flags = self.state_flags.clone();
let flags = self.state_flags;
window.on_window_event(move |e| match e {
WindowEvent::Moved(position) => {
let mut c = cache.lock().unwrap();

Loading…
Cancel
Save