mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-07 19:19:12 +00:00
Remove resolved TODO (#3943)
This PR removes a resolved TODO in drawing diff hunk status. Release Notes: - N/A
This commit is contained in:
parent
4ebff57fa2
commit
a8c193c7a6
1 changed files with 1 additions and 1 deletions
|
@ -850,7 +850,7 @@ impl EditorElement {
|
||||||
cx.paint_quad(quad(
|
cx.paint_quad(quad(
|
||||||
highlight_bounds,
|
highlight_bounds,
|
||||||
Corners::all(0.05 * line_height),
|
Corners::all(0.05 * line_height),
|
||||||
color, // todo!("use the right color")
|
color,
|
||||||
Edges::default(),
|
Edges::default(),
|
||||||
transparent_black(),
|
transparent_black(),
|
||||||
));
|
));
|
||||||
|
|
Loading…
Reference in a new issue