]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/splitter.cpp
Turned wxIcon inline constructors to real constructors
[wxWidgets.git] / src / generic / splitter.cpp
index 7f0ec5df0f93815b35bca7605be4813778434ace..9b23bbff8f5511e4a654ad6d812778c13350d758 100644 (file)
@@ -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);
 }