* Add category font/color (web is missing)

*  Fix a bug in category modification (PreferencesPanel), inModification = false ; missing
This commit is contained in:
2010-09-09 20:54:00 +02:00
parent 7edd4854f4
commit 2c7a1ca252
12 changed files with 198 additions and 174 deletions

View File

@@ -332,7 +332,7 @@ void SearchPanel::OnOperationModified(wxGridEvent& event)
if (col == CHECKED || col == CATEGORY)
{
color = user->GetCategory(new_op.category).color;
color = user->GetCategory(new_op.category).backcolor;
if (new_op.checked)
{