* Goup/Ungroup initial work
* Add INSTALL file * Adapt KissCount to new resolution
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user