From: Karsten Ballüder Date: Sun, 13 Jun 1999 17:48:22 +0000 (+0000) Subject: Added missing initialisation of m_AutoDeleteSelection. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5c47e84eb600fe937483acb4e52893578069d42d Added missing initialisation of m_AutoDeleteSelection. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2770 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/richedit/wxlwindow.cpp b/samples/richedit/wxlwindow.cpp index eadfb2b683..7a00a5b0ad 100644 --- a/samples/richedit/wxlwindow.cpp +++ b/samples/richedit/wxlwindow.cpp @@ -153,7 +153,7 @@ wxLayoutWindow::wxLayoutWindow(wxWindow *parent) m_bitmap = new wxBitmap(4,4); m_bitmapSize = wxPoint(4,4); m_llist = new wxLayoutList(); - + SetAutoDeleteSelection(false); m_BGbitmap = NULL; m_ScrollToCursor = false; SetWrapMargin(0);