diff options
Diffstat (limited to 'src/components/main/layout/layout_task.rs')
-rw-r--r-- | src/components/main/layout/layout_task.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/main/layout/layout_task.rs b/src/components/main/layout/layout_task.rs index ec82722afa0..fa813b3b8c4 100644 --- a/src/components/main/layout/layout_task.rs +++ b/src/components/main/layout/layout_task.rs @@ -269,6 +269,7 @@ impl LayoutTask { image_cache: image_cache, font_ctx: font_ctx, screen_size: Rect(Point2D(Au(0), Au(0)), screen_size), + constellation_chan: self.constellation_chan.clone(), } } |