X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/958f8790cee6612c1f9987314a1fc45cbe0cb08f..f050bdbd5b69ed1a6752102f0c4c13bc7cb4ed3c:/src/generic/logg.cpp?ds=inline diff --git a/src/generic/logg.cpp b/src/generic/logg.cpp index c2e487c0ea..74edb0cabb 100644 --- a/src/generic/logg.cpp +++ b/src/generic/logg.cpp @@ -795,7 +795,7 @@ void wxLogDialog::CreateDetailsControls(wxWindow *parent) // create the list ctrl now m_listctrl = new wxListCtrl(parent, wxID_ANY, wxDefaultPosition, wxDefaultSize, - wxSUNKEN_BORDER | + wxBORDER_SIMPLE | wxLC_REPORT | wxLC_NO_HEADER | wxLC_SINGLE_SEL);