mirror of https://github.com/BOINC/boinc.git
Cosmetic tweak for Windows and Linux when pressing Diagnostics dialog's Default button
This commit is contained in:
parent
b329278b92
commit
82ec99dd7e
|
@ -113,6 +113,10 @@ CDlgDiagnosticLogFlags::CDlgDiagnosticLogFlags(wxWindow* parent) :
|
|||
RestoreState();
|
||||
Layout();
|
||||
Center( wxBOTH );
|
||||
|
||||
#if defined(__WXMSW__) || defined(__WXGTK__)
|
||||
SetDoubleBuffered(true);
|
||||
#endif
|
||||
}
|
||||
|
||||
// destructor
|
||||
|
|
Loading…
Reference in New Issue