mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 20:54:59 +00:00
ux: style for HEAD decorator
This commit is contained in:
parent
0621ed950e
commit
6abb6c6469
1 changed files with 3 additions and 0 deletions
|
@ -103,6 +103,9 @@ namespace SourceGit.Views
|
||||||
{
|
{
|
||||||
if (useGraphColor)
|
if (useGraphColor)
|
||||||
{
|
{
|
||||||
|
if (bg != null)
|
||||||
|
context.DrawRectangle(bg, null, entireRect);
|
||||||
|
|
||||||
using (context.PushOpacity(.6))
|
using (context.PushOpacity(.6))
|
||||||
context.DrawRectangle(item.Brush, null, entireRect);
|
context.DrawRectangle(item.Brush, null, entireRect);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue