* Create a grid directory for grid's components
* Fix a bug inside ShowPanels * Add fast comboboxes editing inside grids
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user