* Goup/Ungroup initial work

* Add INSTALL file
* Adapt KissCount to new resolution
This commit is contained in:
2010-09-22 21:02:29 +02:00
parent e7a2b0c988
commit 3eea053d54
15 changed files with 203 additions and 17 deletions

View File

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