Revert "Optimize order rendering and border drawing"

This commit is contained in:
Antonio Scandurra 2023-12-21 19:40:03 +01:00 committed by GitHub
parent b385373367
commit 7cfea09019
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 121 additions and 102 deletions

View file

@ -3074,7 +3074,6 @@ impl From<(&'static str, u64)> for ElementId {
}
/// A rectangle, to be rendered on the screen by GPUI at the given position and size.
#[derive(Clone)]
pub struct PaintQuad {
bounds: Bounds<Pixels>,
corner_radii: Corners<Pixels>,