From a8c193c7a65307130bdc40cf351b75ffe47476ff Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Mon, 8 Jan 2024 13:08:44 -0500 Subject: [PATCH] Remove resolved TODO (#3943) This PR removes a resolved TODO in drawing diff hunk status. Release Notes: - N/A --- crates/editor/src/element.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/editor/src/element.rs b/crates/editor/src/element.rs index 53a376c284..c7fbb658a3 100644 --- a/crates/editor/src/element.rs +++ b/crates/editor/src/element.rs @@ -850,7 +850,7 @@ impl EditorElement { cx.paint_quad(quad( highlight_bounds, Corners::all(0.05 * line_height), - color, // todo!("use the right color") + color, Edges::default(), transparent_black(), ));