Add operation control on SearchPanel
This commit is contained in:
@@ -195,7 +195,10 @@ void wxUI::ShowPanel(wxPanel* panel)
|
||||
|
||||
_accountPanel = new AccountPanel(_kiss, this);
|
||||
if (year != -1)
|
||||
_accountPanel->ShowMonth(month, year);
|
||||
{
|
||||
_kiss->LoadYear(year, true);
|
||||
_accountPanel->ShowMonth(month, year);
|
||||
}
|
||||
_preferencesPanel = new PreferencesPanel(_kiss, this);
|
||||
_searchPanel = new SearchPanel(_kiss, this);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user