X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/958f8790cee6612c1f9987314a1fc45cbe0cb08f..0738b901b17340f09766524b8d9d79e9ed1268e7:/src/generic/logg.cpp?ds=sidebyside 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);