[AboutDialog]

- Fixed the issue that the statistics are updated many times if many active skins are working. "Log" is now updated once every 1 second. Config is now updated once on its Update=.
- Fixed the issue that the statistics show by incorrect order in some conditions.
- Fixed the issue that the entries aren't updated if the skin is activated/deactivated.
This commit is contained in:
spx
2010-08-30 22:51:58 +00:00
parent c753f0cbac
commit c14cd5491b
4 changed files with 244 additions and 127 deletions

View File

@ -2628,7 +2628,7 @@ LRESULT CMeterWindow::OnTimer(WPARAM wParam, LPARAM lParam)
if(wParam == METERTIMER)
{
Update(false);
UpdateAboutStatistics();
UpdateAboutStatistics(m_SkinName.c_str());
//if (m_KeepOnScreen)
//{