1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 13:50:04 -04:00

Merge branch 'emilk:master' into common-panels

This commit is contained in:
Bruno Paré-Simard
2025-02-06 12:39:22 -05:00
committed by GitHub
120 changed files with 1823 additions and 788 deletions

View File

@@ -478,7 +478,13 @@ fn drop_target<R>(
ui.painter().set(
background_id,
egui::epaint::RectShape::new(rect, style.rounding, fill, stroke, egui::StrokeKind::Inside),
egui::epaint::RectShape::new(
rect,
style.corner_radius,
fill,
stroke,
egui::StrokeKind::Inside,
),
);
egui::InnerResponse::new(ret, response)