update display on opening

This commit is contained in:
Volker Fischer 2009-03-05 10:08:42 +00:00
parent a0a8ca0266
commit b721c3c6be

View File

@ -175,6 +175,8 @@ void CClientSettingsDlg::showEvent ( QShowEvent* showEvent )
{
// only activate ping timer if window is actually shown
TimerPing.start ( PING_UPDATE_TIME );
UpdateDisplay();
}
void CClientSettingsDlg::hideEvent ( QHideEvent* hideEvent )