mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-24 20:57:19 -08: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…
Reference in a new issue