From b721c3c6be0144e42843c11bd4145f08a9bbc0b1 Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Thu, 5 Mar 2009 10:08:42 +0000 Subject: [PATCH] update display on opening --- src/clientsettingsdlg.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/clientsettingsdlg.cpp b/src/clientsettingsdlg.cpp index decb6596..af1e5cfc 100755 --- a/src/clientsettingsdlg.cpp +++ b/src/clientsettingsdlg.cpp @@ -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 )