renderer: insert sync point before rendering toplevel highlight
This commit is contained in:
parent
04b03272d6
commit
1c984b804d
1 changed files with 1 additions and 0 deletions
|
|
@ -368,6 +368,7 @@ impl Renderer<'_> {
|
|||
return;
|
||||
};
|
||||
let color = self.state.theme.colors.highlight.get();
|
||||
self.base.ops.push(GfxApiOpt::Sync);
|
||||
self.base.fill_scaled_boxes(slice::from_ref(bounds), &color);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue