X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a93ca2018353b78e59b301f0a932d0409b45ab99..52cbfcf009d9f2ac995280bd6f5dcf584295b67d:/src/generic/splitter.cpp diff --git a/src/generic/splitter.cpp b/src/generic/splitter.cpp index 7f0ec5df0f..9b23bbff8f 100644 --- a/src/generic/splitter.cpp +++ b/src/generic/splitter.cpp @@ -112,8 +112,6 @@ wxSplitterWindow::wxSplitterWindow(wxWindow *parent, wxWindowID id, const wxPoin // Eventually, we'll respond to colour change messages InitColours(); - SetDoubleClick(TRUE); - // For debugging purposes, to see the background. // SetBackground(wxBLUE_BRUSH); }