Cosmetic tweak for Windows and Linux when pressing Diagnostics dialog's Default button

This commit is contained in:
Charlie Fenton 2014-04-02 04:39:20 -07:00
parent b329278b92
commit 82ec99dd7e
1 changed files with 4 additions and 0 deletions

View File

@ -113,6 +113,10 @@ CDlgDiagnosticLogFlags::CDlgDiagnosticLogFlags(wxWindow* parent) :
RestoreState();
Layout();
Center( wxBOTH );
#if defined(__WXMSW__) || defined(__WXGTK__)
SetDoubleBuffered(true);
#endif
}
// destructor