Add some verification to SearchPanel & wxID_ANY in place of -1
This commit is contained in:
@@ -117,7 +117,7 @@ AccountPanel::AccountPanel(KissCount* kiss, wxUI *parent) : wxScrolledWindow(&(*
|
||||
|
||||
_accountsGrid->AutoSizeColumns(true);
|
||||
|
||||
_statsGrid = new wxGrid(this, -1);
|
||||
_statsGrid = new wxGrid(this, wxID_ANY);
|
||||
|
||||
chart = new wxChartPanel(this);
|
||||
chart->SetChart(new Chart(_pie, _("Cost repartition")));
|
||||
|
||||
Reference in New Issue
Block a user