mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-24 10:50:52 +08:00
fix: strikethough line is not rendered in dropped commit
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
@@ -129,7 +129,7 @@ namespace SourceGit.Views
|
||||
foreach (var inline in _inlines)
|
||||
{
|
||||
if (inline.X > width)
|
||||
return;
|
||||
break;
|
||||
|
||||
if (inline.Element is { Type: Models.InlineElementType.Code })
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user