mirror of https://github.com/BOINC/boinc.git
MGR: Fix Coverity CID 117641
This commit is contained in:
parent
4be9f5a171
commit
b153fbebbf
|
@ -102,6 +102,9 @@ CDlgAdvPreferences::CDlgAdvPreferences(wxWindow* parent) : CDlgAdvPreferencesBas
|
|||
//read in settings and initialize controls
|
||||
ReadPreferenceSettings();
|
||||
|
||||
lastErrorCtrl = NULL;
|
||||
stdTextBkgdColor = *wxWHITE;
|
||||
|
||||
if (! m_bOKToShow) return;
|
||||
|
||||
// Get default preference values
|
||||
|
@ -127,9 +130,6 @@ CDlgAdvPreferences::CDlgAdvPreferences(wxWindow* parent) : CDlgAdvPreferencesBas
|
|||
m_Notebook->SetMinSize(sz);
|
||||
}
|
||||
#endif
|
||||
lastErrorCtrl = NULL;
|
||||
stdTextBkgdColor = *wxWHITE;
|
||||
|
||||
Layout();
|
||||
Fit();
|
||||
Centre();
|
||||
|
|
Loading…
Reference in New Issue