screencast: schedule toplevel screencasts with other screencasts
This commit is contained in:
parent
dbb9bd2299
commit
b28ea64509
8 changed files with 90 additions and 15 deletions
|
|
@ -360,11 +360,6 @@ impl Renderer<'_> {
|
|||
bounds: Option<&Rect>,
|
||||
render_highlight: bool,
|
||||
) {
|
||||
if self.result.is_some() {
|
||||
for screencast in tl_data.jay_screencasts.lock().values() {
|
||||
screencast.schedule_toplevel_screencast();
|
||||
}
|
||||
}
|
||||
if render_highlight {
|
||||
self.render_highlight(tl_data, bounds);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue