We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa9de8f commit 96be87fCopy full SHA for 96be87f
druid/src/event.rs
@@ -453,13 +453,13 @@ impl LifeCycle {
453
let mut view_ctx = view_ctx.to_owned();
454
view_ctx.last_mouse_position = None;
455
LifeCycle::ViewContextChanged(view_ctx)
456
- },
+ }
457
LifeCycle::Internal(InternalLifeCycle::RouteViewContextChanged(view_ctx)) => {
458
459
460
LifeCycle::Internal(InternalLifeCycle::RouteViewContextChanged(view_ctx))
461
462
- _ => self.to_owned()
+ _ => self.to_owned(),
463
}
464
} else {
465
self.to_owned()
0 commit comments