fix floating window foreground

macos-click-through
Keith Simmons 4 years ago
parent af93c54f3e
commit ec06247ad2

@ -320,6 +320,8 @@ impl RenderedWindow {
}
{
paint.set_color(Color::WHITE);
// Save layer so that text may safely overwrite images underneath
root_canvas.save_layer(&SaveLayerRec::default());

Loading…
Cancel
Save