RE: [QGit] [PATCH] Modify Highlight Color at File Context View.

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Marco Costalba <mcostalba@...>
Cc: <git@...>
Date: Saturday, October 4, 2008 - 10:32 am

Marco:

It is difference between my patch and you applied patch.

Git diff HEAD^
- item->setForeground(b);
+ item->setForeground(fore);
+ item->setForeground(back);
item->setFont(f);

In my patch:

- item->setForeground(b);
+ item->setForeground(fore);
+ item->setBackground(back);

It should be setBackground(back), not setForeground(back);

Best regards
Frank Li

-----Original Message-----
From: Marco Costalba [mailto:mcostalba@gmail.com]
Sent: Saturday, October 04, 2008 2:20 PM
To: Li Frank-B20596
Cc: git@vger.kernel.org
Subject: Re: [QGit] [PATCH] Modify Highlight Color at File Context View.

On Wed, Oct 1, 2008 at 8:47 AM, Marco Costalba
wrote:

wrote:

Ok. Now is pushed to public repo.

Frank, are you sure it works? for me it does not seem to make any
difference.

Marco
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
RE: [QGit] [PATCH] Modify Highlight Color at File Context Vi..., Li Frank-B20596, (Sat Oct 4, 10:32 am)