Categories fonts not updated for new category

New category had read only fields in PreferencesPanel
Scrollbar for PreferencesPanel
This commit is contained in:
2011-01-29 12:24:07 +01:00
parent e477e3a70c
commit 9985412790
3 changed files with 18 additions and 6 deletions

View File

@@ -230,6 +230,7 @@ wxString KissCount::AddCategory(Category& category)
category.id = id;
_user->_categories.push_back(category);
_user->_categoriesFonts.push_back(ExtractFont(wxT("")));
return id;
}