update display on opening
This commit is contained in:
parent
a0a8ca0266
commit
b721c3c6be
1 changed files with 2 additions and 0 deletions
|
@ -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 )
|
||||
|
|
Loading…
Reference in a new issue