* Create a grid directory for grid's components

* Fix a bug inside ShowPanels
* Add fast comboboxes editing inside grids
This commit is contained in:
2010-09-04 11:54:49 +02:00
parent 32d03d70cd
commit b820a3632a
15 changed files with 168 additions and 22 deletions

View File

@@ -185,10 +185,10 @@ void wxUI::LoadUser()
void wxUI::ShowPanel(wxPanel* panel)
{
int month, year, account=0, preferences=0, search=0, stats=0;
int month, year=-1, account=0, preferences=0, search=0, stats=0;
wxShowEvent event;
if (!panel) return;
if (!panel || panel == _curPanel) return;
if (_curPanel)
{