Temp commit
This commit is contained in:
@@ -118,7 +118,7 @@ SearchPanel::SearchPanel(KissCount* kiss, wxUI *parent) : KissPanel(kiss, parent
|
||||
|
||||
vbox->Add(gridBagSizer, 0, wxGROW|wxALL, 5);
|
||||
|
||||
_grid = new GridAccount(_kiss, this, GRID_ID);
|
||||
_grid = new GridAccount(_kiss, this, GRID_ID, false, false, true);
|
||||
|
||||
hbox->Add(_grid, 0, wxGROW|wxALL, 5);
|
||||
|
||||
@@ -275,7 +275,7 @@ void SearchPanel::OnButtonSearch(wxCommandEvent& event)
|
||||
return;
|
||||
}
|
||||
|
||||
_grid->LoadOperations(_operations, false, false, 0, 0);
|
||||
_grid->LoadOperations(_operations, 0, 0);
|
||||
|
||||
_wxUI->Layout();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user