ux: style for HEAD decorator

This commit is contained in:
leo 2024-10-16 15:18:08 +08:00
parent 0621ed950e
commit 6abb6c6469
No known key found for this signature in database

View file

@ -103,6 +103,9 @@ namespace SourceGit.Views
{
if (useGraphColor)
{
if (bg != null)
context.DrawRectangle(bg, null, entireRect);
using (context.PushOpacity(.6))
context.DrawRectangle(item.Brush, null, entireRect);
}